howtuwu/config.toml
2021-07-14 13:04:39 -05:00

27 lines
606 B
TOML

baseURL = "https://exozy.me/howtuwu/"
languageCode = "en-us"
title = "HOWTuwu!"
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/HOWTuwu"
geekdocEditPath = "edit/main/content"
geekdocOverwriteHTMLBase = true