-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.js
More file actions
19 lines (19 loc) · 1.1 KB
/
config.js
File metadata and controls
19 lines (19 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module.exports = {
siteTitle: 'IEEE EAV', // Site title.
siteTitleAlt: 'Business', // Alternative site title for SEO.
siteLogo: '/icons/icon-512x512.png', // Logo used for SEO and manifest.
siteUrl: 'https://live4code.github.io/ieee', // Domain of your website without pathPrefix.
pathPrefix: '/ieee', // Prefixes all links. For cases when deployed to example.github.io/gatsby-starter-business/.
siteDescription: 'IEEE Technical Committee on Electric and Autonomous Vehicles', // 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: 'n/a', // Disqus shortname.
userName: 'Edward Tan',
userTwitter: 'guofoo',
userLocation: 'Silicon Valley',
userDescription: '',
copyright: 'Copyright © IEEE EAV 2020. All Rights Reserved.', // Copyright string for the footer of the website and RSS feed.
themeColor: '#96aaf0', // Used for setting manifest and progress theme colors.
backgroundColor: '#ffffff', // Used for setting manifest background color.
}