From 9082416ffe8ee9760f7da87beaca6e4c2b349e7b Mon Sep 17 00:00:00 2001 From: jk Date: Wed, 10 Mar 2021 10:30:12 +0000 Subject: [PATCH] still trying to fix atom feed --- config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 94c28d3b..b6031fb6 100644 --- a/config.toml +++ b/config.toml @@ -9,7 +9,7 @@ ignoreErrors = ["error-remote-getjson"] [outputs] home = ["html", "rss", "Atom"] # default = ["HTML", "RSS"] - section = ["html", "rss"] # default = ["HTML", "RSS"] + section = ["html", "rss", "Atom"] # default = ["HTML", "RSS"] term = ["html", "rss"] # default = ["HTML", "RSS"] taxonomy = ["html", "rss"] # default = ["HTML", "RSS"] @@ -54,6 +54,7 @@ images = ["images/profile.jpg"] siteLogo = "images/na-sm.png" keywords = "" favicon = "favicons/" +feedSections =["article","note","photo"] [languages.en.Params]