-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
config.js
37 lines (37 loc) · 1.03 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
module.exports = {
siteTitle: 'Gatsby Starter Eventually', // <title>
manifestName: 'Eventually',
manifestShortName: 'Landing', // max 12 characters
manifestStartUrl: '/',
manifestBackgroundColor: '#663399',
manifestThemeColor: '#663399',
manifestDisplay: 'standalone',
manifestIcon: 'src/assets/img/website-icon.png',
pathPrefix: `/gatsby-starter-eventually/`, // This path is subpath of your hosting https://domain/portfolio
// social
heading: 'Eventually',
subHeading:
"A simple template for telling the world when you'll launch your next big thing.",
socialLinks: [
{
icon: 'fa-github',
name: 'Github',
url: 'https://github.com/anubhavsrivastava',
},
{
icon: 'fa-twitter',
name: 'Twitter',
url: 'https://twitter.com/onlyanubhav',
},
{
icon: 'fa-facebook',
name: 'Facebook',
url: 'https://facebook.com/theanubhav',
},
{
icon: 'fa-envelope-o',
name: 'Email',
url: 'mailto:anubhav.srivastava00@gmail.com',
},
],
};