Initial
This commit is contained in:
commit
4c8a01986b
146 changed files with 3447 additions and 0 deletions
43
config.toml
Normal file
43
config.toml
Normal file
|
@ -0,0 +1,43 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue