From f44b7f20a0e28c4baa9107826391adf130758dca Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Mon, 4 Jan 2021 10:13:39 +0100 Subject: [PATCH] Adjust the RSS feed --- config.toml | 8 ++++++++ 1 file changed, 8 insertions(+) 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"