-
Notifications
You must be signed in to change notification settings - Fork 14
/
hugo.toml
132 lines (120 loc) · 4.12 KB
/
hugo.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
title = 'Freifunk Berlin'
languageCode = 'de'
baseURL = "https://berlin.freifunk.net"
defaultContentLanguage = "de"
defaultContentLanguageInSubdir = true
enableRobotsTXT = true
timeout = "120s"
disableKinds = ['taxonomy', 'term']
[outputs]
section = ["HTML", "RSS", "Calendar"]
[module]
replacements = "github.com/colinwilson/lotusdocs -> lotusdocs"
[[module.imports]]
path = "github.com/colinwilson/lotusdocs"
disable = false
[[module.imports]]
path = "github.com/gohugoio/hugo-mod-bootstrap-scss/v5"
disable = false
[languages]
[languages.de]
weight = 1
languageName = "Deutsch"
languageCode = "de"
title = "Freifunk Berlin"
[languages.de.menus]
[[languages.de.menus.primary]]
name = 'Mitmachen'
url = "participate/"
weight = 10
[[languages.de.menus.primary]]
name = 'Netzkarte'
url = 'map/'
weight = 20
[[languages.de.menus.primary]]
name = 'Spenden'
url = 'donate/'
weight = 30
[[languages.de.menus.primary]]
name = 'Wiki'
url = 'wiki/'
weight = 40
[[languages.de.menus.primary]]
name = 'Downloads'
url = 'downloads/'
weight = 50
[[languages.de.menus.primary]]
name = 'FAQ'
url = 'https://wiki.freifunk.net/Berlin:FAQ'
weight = 60
[[languages.de.menus.primary]]
name = 'Kontakt'
url = 'contact/'
weight = 70
[[languages.de.menus.primary]]
name = 'freifunk.net'
url = 'https://freifunk.net/'
weight = 80
[languages.de.params]
description = "Freifunk Berlin ist eine lokale Initiative mit dem Ziel, ein freies WLAN-Netzwerk über Berlin aufzuspannen und freien Netzzugang anzubieten."
[[languages.de.params.footer]]
name = "Impressum"
url = "imprint/"
[languages.en]
weight = 2
languageName = "English"
languageCode = "en"
title = "Freifunk Berlin"
[languages.en.menus]
[[languages.en.menus.primary]]
name = 'Participate'
url = "participate/"
weight = 10
[[languages.en.menus.primary]]
name = 'Map'
url = 'map/'
weight = 20
[[languages.en.menus.primary]]
name = 'Donate'
url = 'donate/'
weight = 30
[[languages.en.menus.primary]]
name = 'Wiki'
url = 'wiki/'
weight = 40
[[languages.en.menus.primary]]
name = 'Downloads'
url = 'downloads/'
weight = 50
[[languages.en.menus.primary]]
name = 'FAQ'
url = 'https://wiki.freifunk.net/Berlin:FAQ'
weight = 60
[[languages.en.menus.primary]]
name = 'Contact'
url = 'contact/'
weight = 70
[[languages.en.menus.primary]]
name = 'freifunk.net'
url = 'https://freifunk.net/'
weight = 80
[languages.en.params]
description = "Freifunk Berlin is a local initiative with the aim of setting up a free WiFi network across Berlin and offering free network access."
[[languages.en.params.footer]]
name = "Imprint"
url = "imprint/"
[sitemap]
filename = "sitemap.xml"
[markup.goldmark.renderer]
unsafe = true
[params]
sans_serif_font = "Arial"
secondary_font = "Arial"
mono_font = "Courier New"
primary = "#dc0067"
editURL = "https://github.com/freifunk-berlin/berlin.freifunk.net/edit/main/content"
[params.social]
github = "freifunk-berlin/"
twitter = "freifunk_berlin/"
[build]
writeStats = true