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

84 lines
No EOL
1.6 KiB
INI

baseURL = "https://trwnh.com/"
languageCode = "en-us"
defaultContentLanguage = "en"
title = "~a"
capitalizeListTitles = false
summaryLength = 200
markup.goldmark.renderer.unsafe = true
[markup.goldmark.parser]
wrapStandAloneImageWithinParagraph = false
attribute.block = true
attribute.title = true
[markup.highlight]
codeFences = true
noClasses = false
lineNos = true
lineNumbersInTable = false
tabWidth = 3
guessSyntax = true
[markup.tableOfContents]
startLevel = 2
endLevel = 6
ordered = true
[mediaTypes."application/atom+xml"]
suffixes = ["atom"]
[mediaTypes."application/feed+json"]
suffixes = ["json"]
[mediaTypes."application/jf2feed+json"]
suffixes = ["json"]
[mediaTypes."application/ld+json"]
suffixes = ["jsonld"]
[outputs]
home = ["html", "lunr", "as2"]
section = ["html", "lunr", "rss", "atom", "jsonfeed", "as2"]
taxonomy = ["html", "rss", "atom", "jsonfeed", "as2"]
term = ["html", "lunr", "rss", "atom", "jsonfeed", "as2"]
page = ["html", "as2"]
rss = ["rss"]
[outputFormats.lunr]
mediaType = "application/json"
baseName = "index.lunr"
isPlainText = true
[outputFormats.rss]
baseName = "index.rss"
[outputFormats.atom]
mediaType = "application/atom+xml"
baseName = "index"
isPlainText = true
[outputFormats.jsonfeed]
mediaType = "application/feed+json"
baseName = "index.jsonfeed"
isPlainText = true
[outputFormats.jf2]
mediaType = "application/jf2feed+json"
baseName = "index.jf2"
isPlainText = true
[outputFormats.as2]
mediaType = "application/ld+json"
baseName = "index.as2"
isPlainText = true
[taxonomies]
tag = "tags"
series = "series"
stream = "streams"
[params.author]
name = "a"
# url = ""