diff --git a/config.toml b/config.toml index d6dff57..ca6af85 100644 --- a/config.toml +++ b/config.toml @@ -17,6 +17,11 @@ paginate = 20 disablePathToLower = "True" +[outputFormats] +[outputFormats.RSS] +mediatype= "application/rss" +baseName= "feed" + [menu] @@ -496,4 +501,4 @@ disablePathToLower = "True" [markup] [markup.goldmark] [markup.goldmark.renderer] - unsafe = true \ No newline at end of file + unsafe = true