You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

rss.md 585B

12345678910111213141516
  1. +++
  2. title = "RSS"
  3. weight = 50
  4. +++
  5. Gutenberg will look for a `rss.xml` file in the `templates` directory or
  6. use the built-in one. Currently it is only possible to have one RSS feed for the whole
  7. site, you cannot create a RSS feed per section or taxonomy.
  8. **Only pages with a date and that are not draft will be available.**
  9. The RSS template gets two variables in addition of the config:
  10. - `last_build_date`: the date of the latest post
  11. - `pages`: see [the page variables](./documentation/templates/pages-sections.md#page-variables) for
  12. a detailed description of what this contains