From 28b05566ca0a0723409649d710d2c87d12f8a0f8 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Mon, 27 May 2019 08:01:25 -0500 Subject: [PATCH] tweek RSS generation --- config.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config.toml b/config.toml index 3f962bb5..171c1316 100644 --- a/config.toml +++ b/config.toml @@ -24,3 +24,11 @@ canonifyurls = true # set true if you are not proud of using Hugo (true will hide the footer note "Proudly published with HUGO.....") hideHUGOSupport = false showtoc = false + +[outputs] + home = [ "RSS", "HTML"] + +[outputFormats] + [outputFormats.RSS] + mediatype = "application/rss" + path = "feed"