forked from anubhavsrivastava/gatsby-starter-solidstate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
36 lines (36 loc) · 980 Bytes
/
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
module.exports = {
siteTitle: `Jeff's Portfolio`, // <title>
manifestName: 'Portfolio',
manifestShortName: 'Landing', // max 12 characters
manifestStartUrl: '/',
manifestBackgroundColor: '#663399',
manifestThemeColor: '#663399',
manifestDisplay: 'standalone',
manifestIcon: 'src/assets/img/website-icon.png',
pathPrefix: `quizzical-shirley-342bcc.netlify.com`, // This path is subpath of your hosting https://domain/portfolio
heading: 'Jeff Nguyen',
subHeading: 'Full-Stack Developer',
// social
socialLinks: [
{
icon: 'fa-github',
name: 'Github',
url: 'https://github.com/jeffnguyener',
},
{
icon: 'fa-linkedin',
name: 'LinkedIn',
url: 'https://tinyurl.com/hjnlinkedin',
},
{
icon: 'fa-file-text-o',
name: 'Résumé',
url: 'https://tinyurl.com/hjnresume',
},
{
icon: 'fa-envelope-o',
name: 'Email',
url: 'mailto:[email protected]',
},
],
};