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 686B

1234567891011121314151617
  1. +++
  2. title = "RSS"
  3. weight = 50
  4. +++
  5. If the site `config.toml` file sets `generate_rss = true`, then Zola will
  6. generate an `rss.xml` page for the site, which will live at `base_url/rss.xml`. To
  7. generate the `rss.xml` page, Zola will look for a `rss.xml` file in the `templates`
  8. directory or, if one does not exist, will use the use the built-in rss template.
  9. **Only pages with a date and that are not draft will be available.**
  10. The RSS template gets two variables in addition of the config:
  11. - `last_build_date`: the date of the latest post
  12. - `pages`: see [the page variables](@/documentation/templates/pages-sections.md#page-variables) for
  13. a detailed description of what this contains