diff --git a/config.toml b/config.toml index 161db00..a7985de 100644 --- a/config.toml +++ b/config.toml @@ -81,3 +81,11 @@ enableRobotsTXT = true [privacy] [privacy.googleAnalytics] disable = true + +[outputs] +home = [ "HTML", "RSS" ] + +[outputFormats] + [outputFormats.RSS] + mediatype = "application/rss+xml" + baseName = "feed/atom"