-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
32 lines (32 loc) · 948 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
module.exports = {
siteTitle: 'Bharath Adhikari Profile', // <title>
manifestName: 'Resume',
manifestShortName: 'Landing', // max 12 characters
manifestStartUrl: '/',
manifestBackgroundColor: '#663399',
manifestThemeColor: '#663399',
manifestDisplay: 'standalone',
manifestIcon: 'src/assets/img/website-icon.png',
pathPrefix: `/gatsby-starter-resume/`, // This path is subpath of your hosting https://domain/portfolio
firstName: 'Bharath Kumar',
lastName: 'Adhikari',
// social
socialLinks: [
{
icon: 'fa-github',
name: 'Github',
url: 'https://github.com/Adhikaribharath',
},
{
icon: 'fa-linkedin-in',
name: 'Linkedin',
url: 'https://www.linkedin.com/in/bharath-kumar-adhikari-b53b81125/',
},
{
icon: 'fa-facebook-f',
name: 'Facebook',
url: 'https://www.facebook.com/adhikari.bharathkumar',
},
],
email: '[email protected]',
};