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

123456789101112131415161718
  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 an `rss.xml` file in the `templates`
  8. directory or, if one does not exist, it will use the use the built-in rss template.
  9. **Only pages with a date will be available.**
  10. The RSS template gets three variables in addition to `config`:
  11. - `feed_url`: the full url to that specific feed
  12. - `last_build_date`: the date of the latest post
  13. - `pages`: see [page variables](@/documentation/templates/pages-sections.md#page-variables) for
  14. a detailed description of what this contains