trwnh.com/unified.test.hugo/hugo.toml

37 lines
No EOL
643 B
INI

baseURL = "https://trwnh.com/"
languageCode = "en-us"
title = "~a"
capitalizeListTitles = false
markup.goldmark.renderer.unsafe = true
[markup.goldmark.parser]
wrapStandAloneImageWithinParagraph = false
attribute.block = true
attribute.title = true
[markup.highlight]
codeFences = true
noClasses = false
lineNumbersInTable = false
tabWidth = 3
[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"