You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#997
Add configuration option for RSS feed path
* Add `rssPath` configuration option in `exampleSite/hugo.yaml` under the `params` section to specify the desired RSS feed path.
* Set the default value of `rssPath` to `/rss.xml`.
* Update `layouts/_default/baseof.html` to include the RSS feed link with the configured `rssPath` value.
* Use the default path `/index.xml` if `rssPath` is not specified.
Describe the solution you'd like
Currently, the RSS feed is served at
/index.xml
. Some user expect it to be at/rss.xml
or/feed.xml
.Describe alternatives you've considered
Additional context
Ref: #991
The text was updated successfully, but these errors were encountered: