-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
35 lines (34 loc) · 923 Bytes
/
Copy pathconfig.js
File metadata and controls
35 lines (34 loc) · 923 Bytes
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
module.exports = {
siteTitle: 'Ji H. Park || Developer', // <title>
manifestName: 'Ji H. Park || Developer',
manifestShortName: 'Ji H. Park', // max 12 characters
manifestStartUrl: '/',
manifestBackgroundColor: '#663399',
manifestThemeColor: '#663399',
manifestDisplay: 'standalone',
manifestIcon: 'src/assets/img/website-icon.png',
// pathPrefix: `/jhpark/`, // This path is subpath of your hosting https://domain/portfolio
heading: 'Ji H. Park',
subHeading: 'Full Stack Developer',
// social
socialLinks: [
{
style: 'brands',
icon: 'fa-github',
name: 'Github',
url: 'https://github.com/jhp0621',
},
{
style: 'brands',
icon: 'fa-linkedin',
name: 'LinkedIn',
url: 'https://linkedin.com/in/jhp0621',
},
{
style: 'solid',
icon: 'fa-envelope',
name: 'Email',
url: 'mailto:jhp0621@gmail.com',
},
],
};