-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
20 lines (20 loc) · 1.03 KB
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module.exports = {
siteTitle: 'JAM Stack Jamming', // Site title.
siteTitleAlt: '', // Alternative site title for SEO.
siteLogo: '/icons/icon-512x512.png', // Logo used for SEO and manifest.
siteUrl: 'https://gatsby-starter.netlify.com', // Domain of your website without pathPrefix.
pathPrefix: '/', // Prefixes all links. For cases when deployed to example.github.io/gatsby-starter-business/.
siteDescription: '', // Website description used for RSS feeds/meta description tag.
siteRss: '/rss.xml',
siteFBAppID: '', // FB Application ID for using app insights
googleTagManagerID: '', // GTM tracking ID.
disqusShortname: '', // Disqus shortname.
netlifyCmsHtmlDescription: 'Gatsby Jamming Starter Content Manager',
userName: '',
userTwitter: '',
userLocation: '',
userDescription: '',
copyright: '', // Copyright string for the footer of the website and RSS feed.
themeColor: '#00d1b2', // Used for setting manifest and progress theme colors.
backgroundColor: '#ffffff', // Used for setting manifest background color.
};