-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
20 lines (20 loc) · 1.21 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: "FuseBox Cornwall - Truro Handyman", // Site title.
siteTitleAlt: "Electrical and handyman services in Cornwall", // Alternative site title for SEO.
siteLogo: "/icons/icon-512x512.png", // Logo used for SEO and manifest.
siteUrl: "https://fuseboxcornwall.netlify.com", // Domain of your website without pathPrefix.
pathPrefix: "", // Prefixes all links. For cases when deployed to example.github.io/gatsby-starter-business/.
siteDescription:
"Fusebox Cornwall - Electrical and handyman services in Truro and Cornwall", // 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: 'gatsby-business-starter', // Disqus shortname.
userName: "Vaibhav Sharma",
userTwitter: "vaibhaved",
userLocation: "Delhi NCR, India",
userDescription: "",
copyright: "Copyright © FuseBox Cornwall 2020. All Rights Reserved.", // Copyright string for the footer of the website and RSS feed.
themeColor: "#b68b16", // Used for setting manifest and progress theme colors.
backgroundColor: "#ffffff" // Used for setting manifest background color.
};