-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathconfig.js
More file actions
39 lines (39 loc) · 1.03 KB
/
config.js
File metadata and controls
39 lines (39 loc) · 1.03 KB
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
38
39
module.exports = {
siteTitle: 'Portfolio Fabi', // <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: 'Fabi',
lastName: 'Rodrigues',
// social
socialLinks: [
{
icon: 'fa-github',
name: 'Github',
url: 'https://github.com/frontfabi',
},
{
icon: 'fa-linkedin-in',
name: 'Linkedin',
url: 'https://linkedin.com/in/frontfabi/',
},
{
icon: 'fa-twitter',
name: 'Twitter',
url: 'https://twitter.com/frontfabi',
},
{
icon: 'fa-facebook-f',
name: 'Facebook',
url: 'https://facebook.com/frontfabi',
},
],
email: 'frontfabi@gmail.com',
phone: '(21) 9200-0000',
address: 'Rua Brasil, 914 - São Paulo - SP',
};