-
Notifications
You must be signed in to change notification settings - Fork 1
/
hugo.yaml
87 lines (79 loc) · 2.06 KB
/
hugo.yaml
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
baseURL: "https://www.hsbi.de/elearning/data/FH-Bielefeld/lm_data/lm_1603207/"
uglyurls: true ## use foo.de/bar.html instead of foo.de/bar/ (our new ILIAS 7.x HTML-Lernmodul won't find landing pages else)
languageCode: "de-DE"
metaDataFormat: "yaml"
theme:
- "hugo-lecture"
- "hugo-theme-relearn"
#themesDir: ".hugo" ## this is either ${HOME}/.local/share/pandoc/hugo/ (local installation)
## or ${XDG_DATA_HOME}/pandoc/hugo/ (docker container / GitHub action)
#contentDir: "temp" ## set via Makefile: $(TEMP_DIR)
#publishDir: "docs" ## set via Makefile: $(WEB_OUTPUT_DIR)
params:
useDefaultRelref: true ## see https://github.com/McShelby/hugo-theme-relearn/issues/882
titleSeparator: " "
alwaysopen: false
showVisitedLinks: false
externalLinkTarget: "_blank"
disableBreadcrumb: true
disableInlineCopyToClipBoard: true
disableNextPrev: true
disableSearch: false
disableSearchHiddenPages: false
disableLandingPageButton: true
disableLanguageSwitchingButton: true
disableMathJax: false
disableMermaid: true
themeVariant:
- "auto"
- "zen-light"
- "zen-dark"
- "relearn-bright"
- "relearn-light"
- "relearn-dark"
menu:
shortcuts:
- name: "<i class='fas fa-bookmark'></i> Zeiten"
url: "/index.html#kursformat"
weight: 10
- name: "<i class='fas fa-bookmark'></i> Fahrplan"
url: "/index.html#fahrplan"
weight: 20
- name: "<i class='fas fa-bookmark'></i> Note/Credits"
url: "/index.html#prüfungsform-note-und-credits"
weight: 30
- name: "<i class='fas fa-bookmark'></i> News"
url: "/index.html#fahrplan"
weight: 40
outputs:
home:
- HTML
- PRINT
- SEARCH
- SEARCHPAGE
section:
- HTML
- PRINT
page:
- HTML
- PRINT
markup:
goldmark:
renderer:
unsafe: true
tableOfContents:
startLevel: 2
privacy:
disqus:
disable: true
googleAnalytics:
disable: true
instagram:
disable: true
twitter:
disable: true
vimeo:
disable: true
youtube:
disable: true
privacyEnhanced: true