howtuwu/config.toml
2021-07-13 11:29:59 -05:00

25 lines
566 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]
geekdocRepo = "https://github.com/Ta180m/HOWTuwu"
geekdocEditPath = "edit/main/content"
geekdocOverwriteHTMLBase = true