90 lines
No EOL
1.9 KiB
INI
90 lines
No EOL
1.9 KiB
INI
baseURL = "https://trwnh.com/"
|
|
languageCode = "en-us"
|
|
defaultContentLanguage = "en"
|
|
timeZone = "America/Chicago"
|
|
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/rss+xml"]
|
|
suffixes = ["rss"]
|
|
|
|
[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] # TODO: finish templating these in layouts/_default
|
|
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
|
|
notAlternative = true
|
|
|
|
[outputFormats.rss]
|
|
mediaType = "application/rss+xml"
|
|
baseName = "feed"
|
|
|
|
[outputFormats.atom]
|
|
mediaType = "application/atom+xml"
|
|
baseName = "feed"
|
|
isPlainText = true
|
|
|
|
[outputFormats.jsonfeed]
|
|
mediaType = "application/feed+json"
|
|
baseName = "feed"
|
|
isPlainText = true
|
|
|
|
[outputFormats.jf2]
|
|
mediaType = "application/jf2feed+json"
|
|
baseName = "jf2feed"
|
|
isPlainText = true
|
|
|
|
[outputFormats.as2]
|
|
mediaType = "application/ld+json"
|
|
baseName = "as2"
|
|
isPlainText = true
|
|
|
|
[taxonomies]
|
|
tag = "tags"
|
|
series = "series"
|
|
stream = "streams"
|
|
|
|
[params.author] # TODO: what other params make sense here? should probably also allow setting this in .Site.Data or maybe even in a /people taxonomy?
|
|
name = "a"
|
|
# url = "" |