forked from qgis/QGIS-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
209 lines (182 loc) · 5.25 KB
/
config.toml
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
# May be overwritten in .github/actions/hugo.yml
# when deploying to gh pages
baseURL = 'https://qgis.org/'
languageCode = 'en-us'
title = 'QGIS Web Site'
theme = 'qgis'
# Default pagination.
# Can override this when needed e.g. {{ range (.Paginator 5).Pages }}
paginate = 50
# See https://mertbakir.gitlab.io/hugo/syntax-highlighting-in-hugo/
pygmentsUseClasses = true
pygmentsCodefences = true
# Folders in these folders get published automatically
staticDir = ['static']
[taxonomies]
category = 'categories'
series = 'series'
tag = 'tags'
# See readme for submenu notes
submenu = 'submenus'
[params]
# Brand colours:
primary1 = "#a7cecb"
primary2 = "#55828b"
primary3 = "#395c6b"
primary4 = "#285238"
primary5 = "#589632"
primary1-invert = "#444444"
primary2-invert = "#eeeeee"
primary3-invert = "#eeeeee"
primary4-invert = "#eeeeee"
primary5-invert = "#eeeeee"
# TODO update these to gradient colours like above
complementary1 = "#589632"
complementary2 = "#ee7913"
complementary3 = "#f0e64a"
complementary4 = "#93b023"
complementary5 = "#a7cecb"
light1 = "#fbfbfb"
light2 = "#eeeeee"
dark1 = "#999999"
dark2 = "#444444"
# Bulma specific colours based on our branding
grey-dark = "#444444"
grey-light = "#eeeeee"
primary = "#a7cecb"
danger = "#ee7913"
info = "#93b023"
success = "#589632"
warning = "#f0e64a"
link = "#ee7913"
# Brand fonts to override bulma font families
heading-font = "'Montserrat', sans-serif"
text-font = "'Work Sans', sans-serif"
fancy-font = "'Sevillana', cursive"
menuFontClass = "is-size-7"
## Gh repo for site footer (include trailing slash)
githubUrl = "https://github.com/qgis/qgis-hugo/"
## GH Repo for filing a new issue
githubIssueUrl = "https://github.com/qgis/QGIS-Hugo/issues/new/choose"
### Edit content repo (set to automatically enter "edit" mode; this is good for "improve this page" links)
githubEditUrl = "https://github.com/qgis/qgis-hugo/edit/main"
# This will cause html in markdown files to be rendered directly
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
# Syntax highlighter for code blocks
# See https://mertbakir.gitlab.io/hugo/syntax-highlighting-in-hugo/
[markup.highlight]
codeFences = true
guessSyntax = true
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = false
tabWidth = 4
noClasses = false
style = "monokai"
# See https://gohugo.io/content-management/menus/
[menu]
[[menu.main]]
name = "About"
url = "/about/"
weight = -110
#pre = "<i class='fa-solid fa-clipboard-question mr-1'></i>"
[[menu.main]]
name = "Community"
url = "/community/"
weight = -110 # Sets the menu order
#pre = "<i class='fa-solid fa-people-group mr-1'></i>"
[[menu.main]]
name = "Resources"
url = "/hub/"
weight = -110 # Sets the menu order
#pre = "<i class='fa-solid fa-handshake-angle mr-1'></i>"
[[menu.main]]
name = "Download"
url = "/download/download/"
#pre = "<i class='fa-solid fa-circle-down mr-1'></i>"
weight = -110 # Sets the menu order
[[menu.main]]
name = "Value"
url = "/value-proposition/"
#pre = "<i class='fa fa-heart mr-1'></i>"
weight = -110 # Sets the menu order
# Submenus are done this way: parent -> identifier
[[menu.main]]
parent = "Resources"
name = "Showcase"
url = "/showcase/overview/"
weight = -120
#pre = "<i class='fa-brands fa-windows mr-1'></i>"
[[menu.main]]
parent = "Resources"
name = "Documentation"
url = "/documentation/overview/"
weight = -120
#pre = "<i class='fa-brands fa-windows mr-1'></i>"
[[menu.main]]
parent = "Resources"
name = "Roadmap"
url = "/roadmap/roadmap/"
weight = -110
#pre = "<i class='fa-solid fa-clipboard-question mr-1'></i>"
[[menu.main]]
parent = "Resources"
name = "License"
url = "/license/"
weight = -10
#pre = "<i class='fa-solid fa-clipboard-question mr-1'></i>"
[[menu.documentation]]
name = "Documentation"
url = "/documentation/overview/"
weight = -110
#pre = "<i class='fa-solid fa-clipboard-question mr-1'></i>"
[menu.documentation.params]
submenu = "documentation"
[[menu.showcase]]
name = "Overview"
url = "/showcase/overview/"
weight = -150
#pre = "<i class='fa-solid fa-clipboard-question mr-1'></i>"
[menu.showcase.params]
submenu = "showcase"
[[menu.showcase]]
name = "Maps"
url = "/showcase/maps/"
weight = -110
#pre = "<i class='fa-solid fa-clipboard-question mr-1'></i>"
[menu.showcase.params]
submenu = "showcase"
[[menu.showcase]]
name = "Screenshots"
url = "/showcase/screenshots/"
weight = -110
#pre = "<i class='fa-solid fa-clipboard-question mr-1'></i>"
[menu.showcase.params]
submenu = "showcase"
[[menu.showcase]]
name = "Case Studies"
url = "/showcase/case-studies/"
weight = -110
#pre = "<i class='fa-solid fa-clipboard-question mr-1'></i>"
[menu.showcase.params]
submenu = "showcase"
[[menu.showcase]]
name = "Blogs"
url = "/showcase/community-blogs/"
weight = -140
#pre = "<i class='fa-solid fa-clipboard-question mr-1'></i>"
[menu.showcase.params]
submenu = "showcase"
[[menu.showcase]]
name = "User Group News"
url = "/showcase/user-group-events/"
weight = -150
#pre = "<i class='fa-solid fa-clipboard-question mr-1'></i>"
[menu.showcase.params]
submenu = "showcase"
[outputs]
home = ["HTML", "RSS", "JSON"]