trwnh.com/wiki.hugo/hugo.toml
2024-09-29 20:32:51 -05:00

32 lines
586 B
INI

baseURL = "https://trwnh.com/wiki/"
languageCode = "en-us"
title = "~a wiki"
enableGitInfo = true
disableKinds = ["taxonomy", "term"]
disablePathToLower = true
# uglyURLs = true
# [mediaTypes]
# [mediaTypes."text/html"]
# suffixes = [""]
# [outputFormats]
# [outputFormats.html]
# mediaType = "text/html"
[markup.tableOfContents]
startLevel = 2
endLevel = 6
[markup.goldmark.renderer]
unsafe = true
[frontmatter]
lastmod = ["lastmod", ":git", "date", "publishDate"]
[outputs]
home = ["HTML", "JSON"]
section = ["HTML"]
page = ["HTML"]
[params]
use_titles_in_section_lists = false