Hugo: RSSUri setting works only for main feed

Created on 17 May 2015  路  5Comments  路  Source: gohugoio/hugo

Two issues:

  • The implementation only work for the top level RSS file (home page). Not for the other nodes (sections, tag listings).
  • If you set the RSSUri to something other than index.xml the RSSLink returns wrong value.

ping @danapsimer

Bug Stale

All 5 comments

These are both good points, I will take a look at how to fix that.

RSSLink still points to index.xml when setting RSSUri to something different. I am using Hugo Static Site Generator v0.15-DEV BuildDate: 2015-07-29T00:07:32+02:00

Is this issue closed by mistake?

It's not clear to me how RSSUri should work with sections, tags, etc.

Meanwhile there are two other issues:

  1. It's not documented at https://gohugo.io/overview/configuration/
  2. Inside the xml, it has an incorrect (pretty) url for the atom link. No file exists at this location:
<atom:link href="http://localhost:1313/articles/index.xml" rel="self" type="application/rss+xml"/>

This issue has been automatically marked as stale because it has not been commented on for at least four months.

The resources of the Hugo team are limited, and so we are asking for your help.

If this is a bug and you can still reproduce this error on the master branch, please reply with all of the information you have about it in order to keep the issue open.

If this is a feature request, and you feel that it is still valuable, please open a proposal at https://discuss.gohugo.io/.

This issue will automatically be closed in four months if no further activity occurs. Thank you for all your contributions.

This was fixed in Hugo 0.18.

Was this page helpful?
0 / 5 - 0 ratings