RSS feed by categories/tags?

Hi,

I think it’s possible but how could I create a feed (atom) file for each categories/tags?

Thank you,

Stef

the hugo will make feed autmatically i think ,u can check the /public/index.xml or /public/tag/ dir or /public/catagory for the confirm this

Thank you, I have tested and the system will create a rss.xml file.

Now, how to specify the path of the auto-generated rss files ?

Thank you

if it in the root of public dir, use http://yourdomain/rss.xml

and how to store them in /feeds/*.rss.xml ?

mkdir static/feeds/
and mv rss.xml to feeds dir.
hugo

then ,u will get your rss from /feeds/rss.xml