-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
19 lines (19 loc) · 1.2 KB
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module.exports = {
siteTitle: 'Mary Jane Razor', // Site title.
siteTitleAlt: 'Karaoke Gdańsk', // Alternative site title for SEO.
siteLogo: '/icons/Sing-01-512.png', // Logo used for SEO and manifest.
siteUrl: 'https://www.karaoke-3city.pl', // Domain of your website without pathPrefix.
pathPrefix: '/', // Prefixes all links. For cases when deployed to example.github.io/gatsby-starter-business/.
siteDescription: 'Najlepsze karaoke w Gdańsku, Sopocie i Gdyni. Prowadzenie imprez w trójmieście.', // Website description used for RSS feeds/meta description tag.
siteRss: '/rss.xml',
siteFBAppID: '1532350353722944', // FB Application ID for using app insights
googleTagManagerID: 'GTM-PV9596M', // GTM tracking ID.
disqusShortname: 'mary-jane-razor-karaoke', // Disqus shortname.
userName: 'Mary Jane Razor',
userTwitter: 'Mary Jane Razor',
userLocation: 'Gdansk, Poland',
userDescription: '',
copyright: 'Copyright © Mary Jane Razor 2018-2019. All Rights Reserved.', // 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.
}