-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.js
42 lines (41 loc) · 1.12 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
module.exports = {
siteTitle: 'Developer Student Club - UET | Google Developers', // <title>
manifestName: 'DSC',
manifestShortName: 'Landing', // max 12 characters
manifestStartUrl: '/',
manifestBackgroundColor: '#663399',
manifestThemeColor: '#663399',
manifestDisplay: 'standalone',
manifestIcon: 'src/assets/images/pic09.png',
pathPrefix: `/gatsby-starter-solidstate/`, // This path is subpath of your hosting https://domain/portfolio
heading: 'Developer Student Club - UET',
subHeading: 'By Google Developers',
// social
socialLinks: [
{
icon: 'fa-github',
name: 'Join us on GitHub',
url: 'https://github.com/dscuet',
},
{
icon: 'fa-twitter',
name: 'Follow us on Twitter',
url: 'https://twitter.com/dscuet',
},
{
icon: 'fa-facebook',
name: 'Like us on Facebook',
url: 'https://facebook.com/dscuet',
},
{
icon: 'fa-instagram',
name: 'Follow us on Instagram',
url: 'https://instagram.com/dscuet',
},
{
icon: 'fa-envelope-o',
name: 'Email Us',
url: 'mailto:dscuetlhrgmail.com',
},
],
};