forked from gwdg/matrix-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
35 lines (31 loc) · 816 Bytes
/
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
baseURL = "https://docs.chat.academiccloud.de/"
DefaultContentLanguage = "de"
defaultContentLanguageInSubdir = false
title = "Matrix Dokumentation"
theme = "hugo-theme-relearn"
[params]
themeVariant = "ac"
disableNextPrev = false
disableShortcutsTitle = false
showVisitedLinks = false
disableBreadcrumb = false
disableMermaid = false
[outputs]
home = [ "HTML", "RSS", "SEARCH"]
# No newline (<br/>) unless unsafe is enabled
# https://gohugo.io/news/0.60.0-relnotes/
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[languages]
[languages.de]
title = "Matrix Dokumentation"
weight = 1
languageName = "Deutsch"
languageCode = "de-DE"
[languages.en]
title = "Matrix Documentation"
weight = 2
languageName = "English"
disabled = false