Multiple RSS feed for single section

example for an custom RSS feed

[outputFormats.FEED]
    MediaType             = "application/rss+xml"
    BaseName              = "feed"
    IsHTML                = false
    IsPlainText           = true
    noUgly                = true
    Rel                   = "alternate"


[outputs]
    home                  = [ "HTML", "ATOM", "JSON", "FEED"]

template name is home.feed.rss

I’ve done this, bc. my own RSS feed collided with the buildin.

3 Likes