add missing atom definition
This commit is contained in:
parent
34cd9b0b89
commit
fd529835a4
1 changed files with 13 additions and 0 deletions
13
hugo.toml
13
hugo.toml
|
@ -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 = '/**'
|
||||
|
|
Loading…
Add table
Reference in a new issue