-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhugo.toml
More file actions
70 lines (60 loc) · 1.62 KB
/
hugo.toml
File metadata and controls
70 lines (60 loc) · 1.62 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
baseURL = 'strikewef.org'
languageCode = 'de-de'
title = 'Strike WEF'
theme = 'roadster'
defaultContentLanguage = 'de'
defaultContentLanguageInSubdir = true
[caches]
[caches.images]
dir = ':cacheDir/images'
[Params]
description = "Webseite von Strike WEF - Winterwanderung gegen das WEF nach Davos" # Site description. Used in meta description
pager = true
toc = true # Enable Table of Contents
[Params.style.vars]
highlightColor = "#6b5600"
fontFamilyPrimary = "'Helvetica'"
[Params.logo]
image = "img/logo-yellow.svg" # Logo image. Path relative to "static"
[Params.sidebar]
home = "right"
widgets = ["social", "languages"]
[Params.widgets.social]
cached = false
instagram = "strike.wef"
telegram = "+2TxRe_-qBFE3MGFk"
email = "strike.wef@posteo.de"
mastodon = "@strikewef"
[Params.widgets.languages]
cached = true
[languages]
[languages.de]
contentDir = 'content/de'
disabled = false
languageCode = 'de-DE'
languageDirection = 'ltr'
languageName = 'Deutsch'
title = 'Strike WEF'
weight = 1
[languages.de.params]
subtitle = '17. - 18. Januar 2026'
[languages.en]
contentDir = 'content/en'
disabled = false
languageCode = 'en-US'
languageDirection = 'ltr'
languageName = 'English'
title = 'Strike WEF'
weight = 2
[languages.en.params]
subtitle = '17. - 18. January 2026'
[languages.fr]
contentDir = 'content/fr'
disabled = false
languageCode = 'fr-FR'
languageDirection = 'ltr'
languageName = 'Français'
title = 'Strike WEF'
weight = 3
[languages.fr.params]
subtitle = '17. - 18. Janvier 2026'