add missing atom definition

This commit is contained in:
dark_hash 2025-02-12 18:53:30 +01:00
parent 34cd9b0b89
commit fd529835a4

View file

@ -131,6 +131,19 @@ defaultContentLanguageInSubdir = false
taxonomy = ['html', 'rss', 'atom']
term = ['html', 'rss', 'atom']
[mediaTypes."application/atom+xml"]
suffixes = ["xml"]
[outputFormats.Atom]
# https://validator.w3.org/feed/docs/atom.html#whatIsAtom
name = "Atom"
mediaType = "application/atom+xml"
baseName = "atom" # generated file = <baseName>.<mediaType."application/atom+xml".suffixes[0]> = atom.xml
isPlainText = false
rel = "alternate"
isHTML = false
noUgly = true
permalinkable = false
[server]
[[server.headers]]
for = '/**'