44 lines
1 KiB
TOML
44 lines
1 KiB
TOML
|
baseURL = 'https://hilfe.systemausfall.org/'
|
||
|
title = 'systemausfall.org Hilfe'
|
||
|
defaultContentLanguage = 'de'
|
||
|
languageCode = 'de-DE'
|
||
|
enableEmoji = true
|
||
|
|
||
|
theme = "hugo-geekdoc"
|
||
|
|
||
|
pluralizeListTitles = false
|
||
|
|
||
|
# Geekdoc required configuration
|
||
|
pygmentsUseClasses = true
|
||
|
pygmentsCodeFences = true
|
||
|
disablePathToLower = true
|
||
|
|
||
|
# Required if you want to render robots.txt template
|
||
|
enableRobotsTXT = true
|
||
|
|
||
|
# Needed for mermaid shortcodes
|
||
|
[markup]
|
||
|
[markup.goldmark.renderer]
|
||
|
# Needed for mermaid shortcode
|
||
|
unsafe = true
|
||
|
[markup.tableOfContents]
|
||
|
startLevel = 1
|
||
|
endLevel = 9
|
||
|
|
||
|
[taxonomies]
|
||
|
tag = "tags"
|
||
|
|
||
|
[params.geekdocContentLicense]
|
||
|
name = "CC BY-SA 4.0"
|
||
|
link = "https://creativecommons.org/licenses/by-sa/4.0/"
|
||
|
|
||
|
[params]
|
||
|
geekdocLegalNotice = "https://systemausfall.org/impressum"
|
||
|
geekdocPrivacyPolicy = "/konto/datenschutz"
|
||
|
geekdocLogo = "senselab.svg"
|
||
|
geekdocMenuBundle = true
|
||
|
geekdocNextPrev = true
|
||
|
geekdocRepo = "https://git.systemausfall.org/systemausfall.org/hilfe.git"
|
||
|
geekdocEditPath = "_edit/main/"
|
||
|
geekdocSearchShowParent = true
|