-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.js
52 lines (52 loc) · 1.37 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
module.exports = {
siteTitle: 'JordanPowell88.com', // <title>
manifestName: 'JordanPowell88.com',
manifestShortName: 'jordanpowell88', // max 12 characters
manifestStartUrl: '/',
manifestBackgroundColor: '#663399',
manifestThemeColor: '#663399',
manifestDisplay: 'standalone',
manifestIcon: 'src/assets/images/website-icon.png',
pathPrefix: `/`, // This path is subpath of your hosting https://domain/portfolio
heading: 'Jordan Powell',
subHeading: 'I Solve Your Problems By Creating Cool Things For The Internet',
// social
socialLinks: [
{
style: 'brands',
icon: 'fa-github',
name: 'Github',
url: 'https://github.com/jordanpowell88',
},
{
style: 'brands',
icon: 'fa-twitter',
name: 'Twitter',
url: 'https://twitter.com/jordanpowell88',
},
{
style: 'brands',
icon: 'fa-facebook',
name: 'Facebook',
url: 'htts://facebook.com/thejordanpowell'
},
{
style: 'brands',
icon: 'fa-instagram',
name: 'Instagram',
url: 'https://instagram.com/thejordanpowell'
},
{
style: 'brands',
icon: 'fa-youtube',
name: 'YouTube',
url: 'https://www.youtube.com/channel/UCDNwR4FvrnQTYABq_rJuvAg'
},
{
style: 'solid',
icon: 'fa-envelope',
name: 'Email',
url: 'mailto:[email protected]',
},
],
};