Wowchemy-hugo-modules: how to enable RSS?

Created on 1 Apr 2017  路  2Comments  路  Source: wowchemy/wowchemy-hugo-modules

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

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...

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gcushen picture gcushen  路  4Comments

ivlis picture ivlis  路  4Comments

Framartin picture Framartin  路  4Comments

anirbanbasu picture anirbanbasu  路  3Comments

jacebenson picture jacebenson  路  3Comments