gohugoio / hugo

The world’s fastest framework for building websites.
https://gohugo.io
Apache License 2.0
75.46k stars 7.5k forks source link

Hugo do not generate RSS feeds for section, tags... #4012

Closed anayrat closed 6 years ago

anayrat commented 6 years ago

Hello,

It seems hugo not longer generate RSS feeds for section, tags...

I opened an issue for Academic theme : https://github.com/gcushen/hugo-academic/issues/346

Step to reproduce :

  <link rel="alternate" href="//localhost:1313/index.xml" type="application/rss+xml" title="Academic">
  <link rel="feed" href="//localhost:1313/index.xml" type="application/rss+xml" title="Academic">

I don't understand why I don't have //localhost:1313/tags/academic/index.xml ?

If I try to look at //localhost:1313/tags/academic/index.xml I have "404 page not found"

Hugo version : v0.30.2

Any idea?

Thanks!

Shadow53 commented 6 years ago

Take another look at the Output Formats page:

The output definition is per Page Kind (i.e, page, home, section, taxonomy, or taxonomyTerm).

I forget the difference, but you want to enable "RSS" for either taxonomy or taxonomyTerm.

anayrat commented 6 years ago

Oh right! Thanks!

github-actions[bot] commented 2 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.