-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
54 lines (39 loc) · 1.24 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
theme = "hugo-theme-relearn"
baseURL = "https://pegel-konstanz.de/"
title = "Pegel Konstanz - Bodensee"
description = "Aktuelle und historische Informationen zum Pegel des Bodensees"
# German is the default language
defaultContentLanguage = "de"
# create robots.txt
enableRobotsTXT = false
[languages]
[languages.de]
title = "Aktuelle und historische Informationen zum Pegel des Bodensees"
weight = 1
languageName = "Deutsch"
[languages.en]
title = "Current and historical information on the level of Lake Constance"
weight = 2
languageName = "English"
[outputs]
home = [ "HTML", "RSS"]
[[menu.shortcuts]]
name = "<i class='fas fa-fw fa-bullhorn'></i> Mastodon"
url = "https://mastodon.social/@pegelkonstanz"
weight = 10
[[menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> GitHub"
url = "https://github.com/davidbeckonline/pegel-konstanz"
weight = 20
[[menu.shortcuts]]
name = "<i class='fas fa-fw fa-bookmark'></i> HWZ LUBW"
url = "https://www.hvz.baden-wuerttemberg.de/pegel.html?id=00007"
weight = 30
[markup]
[markup.goldmark.renderer]
# activated for this showcase to use HTML and JavaScript; decide on your own needs;
# if in doubt, remove this line
unsafe = true
[params]
themeVariant = ["mine"]
disableSearch = true