tweek RSS generation

This commit is contained in:
Don Harper 2019-05-27 08:01:25 -05:00
parent 0e4f2a913d
commit 28b05566ca

View file

@ -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"