28 lines
972 B
JavaScript
28 lines
972 B
JavaScript
const siteMetadata = {
|
|
title: 'Red Hat OpenShift Application Delivery Workshop',
|
|
author: 'Red Hat',
|
|
headerTitle: 'Red Hat',
|
|
description: 'Red Hat OpenShift Application Delivery Workshop',
|
|
language: 'en-us',
|
|
siteUrl: 'https://rhdemo.win',
|
|
siteRepo: 'https://github.com/jmhbnz/workshops',
|
|
siteLogo: '/static/images/redhat.png',
|
|
image: '/static/images/avatar.png',
|
|
socialBanner: '/static/images/twitter-card.png',
|
|
email: 'jablair@redhat.com',
|
|
github: 'https://github.com/jmhbnz',
|
|
twitter: 'https://twitter.com/redhat',
|
|
facebook: 'https://facebook.com',
|
|
youtube: 'https://www.youtube.com',
|
|
linkedin: 'https://www.linkedin.com',
|
|
locale: 'en-US',
|
|
analytics: {
|
|
// supports plausible, simpleAnalytics or googleAnalytics
|
|
plausibleDataDomain: '', // e.g. tailwind-nextjs-starter-blog.vercel.app
|
|
simpleAnalytics: false, // true or false
|
|
googleAnalyticsId: '', // e.g. UA-000000-2 or G-XXXXXXX
|
|
},
|
|
}
|
|
|
|
module.exports = siteMetadata
|