-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
252 lines (235 loc) · 6.87 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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
baseURL = "https://www.datavetenskap.nu/"
languageCode = "sv"
theme = "mainroad"
title = "Uppsala Datavetare"
summaryLength = 20
# TODO: Language settings
defaultContentLanguage = 'sv'
[languages]
[languages.sv]
contentDir = 'content/swedish'
languageName = 'Swedish'
weight = 1
[languages.en]
contentDir = 'content/english'
languageName = 'English'
weight = 2
[languages.sv.menu]
[[languages.sv.menu.main]]
name = 'Hem'
url = '/'
weight = 1
[[languages.sv.menu.main]]
identifier = "Förening"
name = "Förening"
weight = 2
[[languages.sv.menu.main]]
identifier = "Om oss"
name = "Om oss"
url = "/forening/om-oss"
parent = "Förening"
weight = 1
[[languages.sv.menu.main]]
identifier = "Styrelsen"
name = "Styrelsen"
url = "/forening/styrelsen"
parent = "Förening"
weight = 2
[[languages.sv.menu.main]]
identifier = "DVKV"
name = "DVKV"
url = "/forening/klubbverket"
parent = "Förening"
weight = 3
[[languages.sv.menu.main]]
identifier = "Dokument"
name = "Dokument"
url = "/forening/dokument"
parent = "Förening"
weight = 4
[[languages.sv.menu.main]]
identifier = "Student"
name = "Student"
weight = 2
[[languages.sv.menu.main]]
identifier = "Ovveguide"
name = "Ovveguide"
url = "/student/ovveguide"
parent = "Student"
weight = 1
[[languages.sv.menu.main]]
identifier = "Ordlista"
name = "Ordlista"
url = "/student/ordlista"
parent = "Student"
weight = 2
[[languages.sv.menu.main]]
identifier = "Länkar"
name = "Länkar"
url = "/student/lankar"
parent = "Student"
weight = 3
[[languages.sv.menu.main]]
identifier = "Kontaktformulär"
name = "Studiesocialt kontaktformulär"
url = "/student/kontaktformular"
parent = "Student"
weight = 4
[[languages.sv.menu.main]]
identifier = "Utbildningen"
name = "Utbildningen"
weight = 2
[[languages.sv.menu.main]]
identifier = "Programmet"
name = "Programmet"
url = "/utbildningen/programmet"
parent = "Utbildningen"
weight = 1
[[languages.sv.menu.main]]
identifier = "efterUtb"
name = "Efter utbildningen"
url = "/utbildningen/efter-utbildningen"
parent = "Utbildningen"
weight = 2
[[languages.sv.menu.main]]
identifier = "events"
name = "Events"
url = "/events/"
weight = 5
[languages.en.menu]
[[languages.en.menu.main]]
name = 'Home'
url = '/en'
weight = 1
[[languages.en.menu.main]]
identifier = "en-Förening"
name = "The Association"
weight = 2
[[languages.en.menu.main]]
identifier = "en-Om oss"
name = "About us"
url = "/en/forening/om-oss"
parent = "en-Förening"
weight = 1
[[languages.en.menu.main]]
identifier = "en-Styrelsen"
name = "The Board"
url = "/en/forening/styrelsen"
parent = "en-Förening"
weight = 2
[[languages.en.menu.main]]
identifier = "en-DVKV"
name = "DVKV"
url = "/en/forening/klubbverket"
parent = "en-Förening"
weight = 3
[[languages.en.menu.main]]
identifier = "en-Dokument"
name = "Documents"
url = "/en/forening/dokument"
parent = "en-Förening"
weight = 4
[[languages.en.menu.main]]
identifier = "en-Student"
name = "Student"
weight = 3
[[languages.en.menu.main]]
identifier = "en-Ovveguide"
name = "Overall-guide"
url = "/en/student/Ovveguide"
parent = "en-Student"
weight = 1
[[languages.en.menu.main]]
identifier = "en-Ordlista"
name = "Glossary"
url = "/en/student/ordlista"
parent = "en-Student"
weight = 2
[[languages.en.menu.main]]
identifier = "en-Länkar"
name = "Important links"
url = "/en/student/lankar"
parent = "en-Student"
weight = 3
[[languages.en.menu.main]]
identifier = "en-Kontaktformulär"
name = "Contact the Study Liaison"
url = "/en/student/kontaktformular"
parent = "en-Student"
weight = 4
[[languages.en.menu.main]]
identifier = "en-Utbildningen"
name = "Education"
weight = 4
url = "/en/utbildningen/programmet"
[[languages.en.menu.main]]
identifier = "events"
name = "Events"
url = "/events/"
weight = 5
[Params]
description = "Uppsala Datavetare" # Site description. Used in meta description
#copyright = "John Doe" # Footer copyright holder, otherwise will use site title
authorbox = false # Show authorbox at bottom of pages if true
dateformat = "2006-01-02" # Change the format of dates
googleFontsLink = "https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700" # Load Google Fonts
mainSections = [
"posts",
"news",
] # Specify section pages to show on home page and the "Recent articles" widget
mathjax = true # Enable MathJax
mathjaxConfig = "TeX-AMS-MML_HTMLorMML" # Specify MathJax config
mathjaxPath = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.6/MathJax.js" # Specify MathJax path
opengraph = true # Enable OpenGraph if true
pager = true # Show pager navigation (prev/next links) at the bottom of pages if true
post_meta = [
"author",
"date",
"categories",
"translations",
] # Order of post meta information
readmore = true # Show "Read more" button in list if true
schema = true # Enable Schema
toc = true # Enable Table of Contents
twitter_cards = false # Enable Twitter Cards if true
customCSS = ["css/custom.css"] # Include custom CSS files
# customJS = ["js/custom.js"] # Include custom JS files
# TODO: favicon = ""
[Params.style.vars]
highlightColor = "#b22020" # Override highlight color
[Params.logo]
image = "img/logo_white.png" # Logo image. Path relative to "static"
subtitle = "Föreningen för studenter inom DV-sektionen vid Uppsala Universitet" # Logo subtitle
title = "Uppsala Datavetare" # Logo title, otherwise will use site title
[Params.thumbnail]
visibility = ["list", "post"]
[Params.sidebar]
home = "right" # Configure layout for home page
list = "left" # Configure layout for list pages
single = false # Configure layout for single pages
# Enable widgets in given order
widgets = ["recent", "social", "categories", "taglist"]
# alternatively "ddg-search" can be used, to search via DuckDuckGo
# widgets = ["ddg-search", "recent", "categories", "taglist", "social", "languages"]
[Params.widgets]
categories_counter = false # Enable counter for each category in "Categories" widget
recent_num = 5 # Set the number of articles in the "Recent articles" widget
tags_counter = false # Enable counter for each tag in "Tags" widget
[[Params.widgets.social.custom]]
title = "Uppsala Datavetare"
url = "https://www.facebook.com/SektionenUppsalaDatavetare"
icon = "svg/facebook.svg"
[[Params.widgets.social.custom]]
title = "Uppsala Datavetare"
url = "https://www.instagram.com/uppsaladatavetare/"
icon = "svg/instagram.svg"
[[Params.widgets.social.custom]]
title = "DVKV"
url = "https://www.facebook.com/DatavetenskapligaKV"
icon = "svg/facebook.svg"
[[Params.widgets.social.custom]]
title = "DVKV"
url = "https://www.instagram.com/dvkv_uppsala"
icon = "svg/instagram.svg"
[Params.widgets.social]
github = "uppsaladatavetare"