-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.js
More file actions
40 lines (39 loc) · 1.09 KB
/
config.js
File metadata and controls
40 lines (39 loc) · 1.09 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
40
module.exports = {
siteTitle: 'Code the South', // <title>
manifestName: 'Code the South',
manifestShortName: 'Code the South', // max 12 characters
manifestStartUrl: '/',
manifestBackgroundColor: '#663399',
manifestThemeColor: '#663399',
manifestDisplay: 'standalone',
manifestIcon: 'src/assets/img/codethesouth.svg',
pathPrefix: `/`, // This path is subpath of your hosting https://domain/portfolio
heading: 'Code the South',
subHeading: 'Building software solutions for the community.',
// social
socialLinks: [
{
icon: 'fa-facebook-f',
name: 'Facebook',
url: 'https://www.facebook.com/codethesouth',
},
{
icon: 'fa-twitter',
name: 'Twitter',
url: 'https://twitter.com/intent/follow?screen_name=codethesouth',
},
{
icon: 'fa-github',
name: 'Github',
url: 'https://github.com/codethesouth',
},
{
icon: 'fa-slack',
name: 'Slack',
url: 'https://codethesouth.slack.com/',
}
],
email: 'anubhav.srivastava00@gmail.com',
phone: '000-00000',
address: '305 Del Sol, Sunnyvale, CA',
};