-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.toml
More file actions
84 lines (68 loc) · 1.43 KB
/
config.toml
File metadata and controls
84 lines (68 loc) · 1.43 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
baseURL = "https://codema-dev.github.io/DREM-data-tools-report/"
languageCode = "en-us"
title = "Dublin Region Energy Master Plan - Data, Results & Tools"
theme = "digital-garden-hugo-theme"
googleAnalytics = "UA-PROPERTY_ID"
[params]
description = "Dublin Region Energy Master Plan - Data, Results & Tools"
enableSearch = true
images = "/digital-garden-logo.png"
[params.newsletter]
description = ""
path = "#"
provider = "buttondown"
title = ""
[[menu.main]]
name = "Executive Summary "
url = "/"
weight = 1
[[menu.main]]
name = "Content"
weight = 2
[menu.main.params]
header = true
[[menu.main]]
name = "Data"
url = "/articles"
weight = 3
[[menu.main]]
name = "Tools"
url = "/post"
weight = 3
[[menu.main]]
name = "Workshops/presentations"
url = "/portfolio"
weight = 4
[[menu.main]]
name = "Report"
url = "/stack"
weight = 5
[[menu.main]]
name = "Links"
weight = 6
[menu.main.params]
header = true
[[menu.main]]
name = "Partners"
url = "https://polywork.com"
weight = 7
[[menu.social]]
name = "Twitter"
url = "https://twitter.com"
weight = 1
[[menu.social]]
name = "GitHub"
url = "https://github.com"
weight = 2
[[menu.social]]
name = "LinkedIn"
url = "https://linkedin.com"
weight = 3
[[menu.social]]
name = "Email"
url = "mailto:user@example.org"
weight = 8
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
style = "dracula"