-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSiteConfig.js
13 lines (12 loc) · 888 Bytes
/
SiteConfig.js
1
2
3
4
5
6
7
8
9
10
11
12
module.exports = {
siteTitle: 'Headless Wordpress with Gatsby JS', // Site title.
siteTitleAlt: 'Headless Wordpress with Gatsby JS', // Alternative site title for SEO.
siteLogo: '/logos/logo-1024.png', // Logo used for SEO and manifest.
siteUrl: 'https://www.jacubsmith.com', // Domain of your website without pathPrefix.
siteDescription: 'Headless Wordpress with Gatsby JS ready to be plugged in and made awesome', // Website description used for RSS feeds/meta description tag.
googleAnalyticsID: 'UA-47311644-5', // GA tracking ID.
googleMapsAPI: 'AIzaSyCBuhRGo10RKonSPoRw0L-93jJ2npEWtFs',
postDefaultCategoryID: 'Tech', // Default category for posts.
copyright: 'Copyright © 2018. Jake Smith', // Copyright string for the footer of the website and RSS feed.
pathPrefix: '/', // Prefixes all links. For cases when deployed to example.github.io/gatsby-advanced-starter/.
};