-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
43 lines (43 loc) · 1.61 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
module.exports = {
siteTitle: 'Ekokay', // <title>
siteTitleAlt: 'Ekokay',
siteLogo: '/img/logo.jpg',
siteUrl: 'https://ekokay.fr',
siteUrlShort: 'ekokay.fr',
siteDescription: "EKOKAY est un bureau d'étude indépendant oeuvrant pour la maîtrise de l'énergie. L'audit énergétique permet d'identifier les travaux prioritaires tout en quantifiant leurs coûts financiers, ainsi que le gain énergétique engendré.",
siteKeyWords: "audit énergétique, diagnostic énergétique, bilan thermique, jura, Lons-le-Saunier, Dole, Champagnole, Poligny, économies d'énergie, énergie, chauffage, solaire, DPE, ma prim renov",
siteAuthor: 'Vangélis Cottet',
manifestName: 'directive',
manifestShortName: 'Ekokay', // max 12 characters
manifestStartUrl: '/',
manifestBackgroundColor: '#663399',
manifestThemeColor: '#663399',
manifestDisplay: 'standalone',
manifestIcon: 'src/assets/img/website-icon.png',
pathPrefix: `/gatsby-starter-directive/`, // This path is subpath of your hosting https://domain/portfolio
heading: 'EKOKAY',
subHeading: "Réalisation d'audits énergétiques en habitat individuel",
// social
socialLinks: [
{
icon: 'fa-linkedin',
name: 'Linkedin',
url: 'https://fr.linkedin.com/in/vangelis-cottet-59b07b168',
},
// {
// icon: 'fa-twitter',
// name: 'Twitter',
// url: 'https://twitter.com/onlyanubhav',
// },
// {
// icon: 'fa-facebook',
// name: 'Facebook',
// url: 'https://facebook.com/theanubhav',
// },
{
icon: 'fa-envelope-o',
name: 'Email',
url: 'mailto:[email protected]',
},
],
};