-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.js
More file actions
38 lines (37 loc) · 921 Bytes
/
config.js
File metadata and controls
38 lines (37 loc) · 921 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
36
37
38
const config = {
gatsby: {
pathPrefix: '/',
siteUrl: 'https://reeempathways.org',
gaTrackingId: 'UA-86120823-3',
},
header: {
logo: '',
title: 'pathways',
githubUrl: '',
helpUrl: '',
tweetText: '',
links: [{ text: '', link: '' }],
},
sidebar: {
forcedNavOrder: [
'/background',
'/pathways',
'/energy-tech',
'/economy-society',
'/environment-resources',
'/synthesis',
'/about',
],
links: [{ text: '', link: '' }],
},
siteMetadata: {
title: 'REEEMpathways',
description:
'Gain a clear and comprehensive understanding of the system-wide implications of energy strategies in support of transitions to a competitive low-carbon EU energy society',
ogImage: null,
docsLocation:
'https://github.com/ReeemProject/reeempathways/tree/master/content',
favicon: '',
},
}
module.exports = config