-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
50 lines (49 loc) · 1.48 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
module.exports = {
siteTitle: "Via Del Web", // <title>
manifestName: "Via Del Web",
manifestShortName: "Via Del Web", // max 12 characters
manifestStartUrl: '/',
manifestBackgroundColor: '#000',
manifestThemeColor: '#fff',
manifestDisplay: 'minimal-ui',
manifestIcon: 'static/logo/favicon.png',
//pathPrefix: `/content/shop`, // This path is subpath of your hosting https://domain/portfolio
titleAlt: 'Via Del Web',
description: 'Minimalistic gatsby template with bootstrap',
url: 'https://viadelweb.com', // Domain of your site. No trailing slash!
siteUrl: 'https://viadelweb.com/', // url + pathPrefix
siteLanguage: 'en', // Language Tag on <html> element
logo: 'static/logo/logo.png', // Used for SEO
//pathPrefix: `/content/`,
authorName: `Salem Aziel`,
author: `salemaziel`,
heading: 'Web Development, Web Design, Digital Marketing',
// social
socialLinks: [
{
icon: 'fa-instagram',
name: 'Instagram',
url: 'https://instagram.com/',
},
{
icon: 'fa-facebook',
name: 'Facebook',
url: 'https://facebook.com/',
},
{
icon: 'fa-twitter',
name: 'Twitter',
url: 'https://twitter.com/',
},
{
icon: 'fa-linkedin',
name: 'LinkedIn',
url: 'https://linkedin.com/',
},
{
icon: 'fa-envelope-o',
name: 'Email',
url: 'mailto:[email protected]',
},
],
};