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"