Add Atom feeds
This commit is contained in:
13
hugo.toml
13
hugo.toml
@@ -1,3 +1,6 @@
|
||||
[mediatypes."application/atom+xml"]
|
||||
suffixes = ["xml"]
|
||||
|
||||
[module.hugoversion]
|
||||
min = "0.111.3"
|
||||
extended = true
|
||||
@@ -84,6 +87,16 @@ source = "paige/node_modules/katex/dist"
|
||||
target = "assets/js/paige/katex"
|
||||
includeFiles = ["katex.min.js"]
|
||||
|
||||
[outputformats.atom]
|
||||
basename = "atom"
|
||||
ishtml = false
|
||||
isplaintext = false
|
||||
mediatype = "application/atom+xml"
|
||||
name = "atom"
|
||||
nougly = true
|
||||
permalinkable = false
|
||||
rel = "alternate"
|
||||
|
||||
[outputformats.rss]
|
||||
basename = "rss"
|
||||
ishtml = false
|
||||
|
Reference in New Issue
Block a user