trwnh.com/unified.test.hugo/hugo.toml
2024-10-05 14:56:14 -05:00

28 lines
No EOL
458 B
INI

baseURL = "https://trwnh.com/"
languageCode = "en-us"
title = "~a"
markup.goldmark.renderer.unsafe = true
[markup.highlight]
codeFences = true
noClasses = false
[markup.tableOfContents]
startLevel = 2
endLevel = 6
ordered = true
[outputs]
home = ["html", "lunr"]
section = ["html", "lunr"]
[outputFormats.lunr]
baseName = "index.lunr"
isPlainText = true
mediaType = "application/json"
[taxonomies]
category = "categories"
tag = "tags"
series = "series"