howtuwu/config.toml

27 lines
606 B
TOML
Raw Normal View History

2021-07-14 02:38:34 +00:00
baseURL = "https://exozy.me/howtuwu/"
2021-07-13 16:29:59 +00:00
languageCode = "en-us"
2021-07-14 03:27:23 +00:00
title = "HOWTuwu!"
2021-07-13 16:29:59 +00:00
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]
2021-07-14 18:04:39 +00:00
geekdocLogo = "logo-transparent.png"
2021-07-13 16:29:59 +00:00
geekdocRepo = "https://github.com/Ta180m/HOWTuwu"
geekdocEditPath = "edit/main/content"
geekdocOverwriteHTMLBase = true