howtuwu/config.toml
2021-07-15 12:03:59 -05:00

27 lines
609 B
TOML

baseURL = "https://exozy.me/how-tuwu/"
languageCode = "en-us"
title = "how tuwu!"
theme = "hugo-geekdoc"
pluralizeListTitles = false
# Geekdoc required configuration
pygmentsUseClasses = true
pygmentsCodeFences = true
disablePathToLower = true
# Needed for mermaid shortcodes
[markup]
[markup.goldmark.renderer]
# Needed for mermaid shortcode
unsafe = true
[markup.tableOfContents]
startLevel = 1
endLevel = 9
[params]
geekdocLogo = "logo-transparent.png"
geekdocRepo = "https://github.com/Ta180m/how-tuwu"
geekdocEditPath = "edit/main/content"
geekdocOverwriteHTMLBase = true