howtuwu/config.toml
2022-01-17 14:31:19 -06:00

26 lines
574 B
TOML

baseURL = "https://howtuwu.exozy.me"
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://git.exozy.me/Ta180m/howtuwu"
geekdocEditPath = "_edit/main/content"