diff --git a/config.toml b/config.toml index fb6cae7..bbc23d8 100644 --- a/config.toml +++ b/config.toml @@ -96,9 +96,8 @@ paginate = 20 url = "/atom.xml" weight = 10 -[mediaTypes] - [mediaTypes."application/atom"] - suffixes = ["xml"] +[mediaTypes."application/atom+xml"] + suffixes = ["xml"] [outputFormats] [outputFormats.MANIFEST] @@ -110,16 +109,22 @@ paginate = 20 [outputFormats.RSS] mediaType = "application/rss" baseName = "rss" + rel = "alternate" + noUgly = true isPlainText = false + permalinkable = false [outputFormats.Atom] - mediaType = "application/atom" + mediaType = "application/atom+xml" baseName = "atom" + rel = "alternate" isPlainText = false + noUgly = true + permalinkable = false [outputs] home = ["HTML", "RSS", "MANIFEST", "Atom"] - taxonomy = ["HTML", "RSS", "Atom"] + term = ["HTML", "RSS", "Atom"] # Necessary for ox-hugo # See https://ox-hugo.scripter.co/doc/goldmark/