Noob question - How do I enable RSS in Hugo / Academic?
I see traces of it in the theme, but it does not seem to get created by default. I see there is a sitemap.xml created.
Is it something to configure in config.toml, or would it require a custom widget?
I have a lot of posts, I want to give site visitors a way to (re-)find posts that are now on page "20".. RSS would perhaps already be one way. A page with tags would be another. Search a third. Turning of paginator for posts would be another option.
I'm currently going with adding this to config.toml
paginate = "large number"
Thx in advance
RSS is enabled by default. All major RSS readers should automatically recognise the available feeds when you point the reader to your URLs.
For example:
All content: https://gcushen.github.io/hugo-academic-demo/index.xml
Post feed: https://gcushen.github.io/hugo-academic-demo/post/index.xml
Publication feed: https://gcushen.github.io/hugo-academic-demo/publication/index.xml
etc...
THank you @gcushen
blushes. How silly of me.
Most helpful comment
RSS is enabled by default. All major RSS readers should automatically recognise the available feeds when you point the reader to your URLs.
For example:
All content: https://gcushen.github.io/hugo-academic-demo/index.xml
Post feed: https://gcushen.github.io/hugo-academic-demo/post/index.xml
Publication feed: https://gcushen.github.io/hugo-academic-demo/publication/index.xml
etc...