-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite-config.js
26 lines (21 loc) · 993 Bytes
/
site-config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module.exports = {
// site
title: '.vadistic - Design & Development by Jakub Wadas',
shortTitle: '.vadistic',
logo: '', // Logo used for SEO and manifest.
url: 'https://vadistic.netlify.com', // Domain of your website without pathPrefix.
description: 'Design & Development by Jakub Wadas', // Website description used for RSS feeds/meta description tag.
keywords: 'developer, designer, react, typescipt, frontend',
icon: 'src/assets/icon.png',
rss: '', // Path to the RSS file.
fbAppID: '', // FB Application ID for using app insights
googleAnalyticsID: '', // GA tracking ID.
// author
name: 'Jakub Wadas',
mail: '[email protected]',
pathPrefix: '', // Prefixes all links. For cases when deployed to example.github.io/gatsby-advanced-starter/.
// theme
brandColor: '#6534FF', // Used for setting manifest and progress theme colors.
backgroundColor: '#FFFFFF', // Used for setting manifest background color.
copyright: '© 2019 Jakub Wadas',
}