Skip to content

RSS feeds empty #3

Closed Answered by jmooring
klipspringr asked this question in Q&A
May 1, 2025 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

Upgrade to Hugo v0.147.3, then upgrade this module to v0.6.0:

hugo mod get -u github.com/jmooring/[email protected]

Then add this to your site configuration:

[[cascade]]
outputs = ['html']
[cascade.target]
path = '{/archive,/archive/**}'

The above disables RSS feed generation. If you want to generate RSS feeds you'll need to implement your own RSS template.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@klipspringr
Comment options

Answer selected by jmooring
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants