Add note about the feeds in the theme's config.toml

This commit is contained in:
Heitor Pascoal de Bittencourt 2023-06-22 13:10:37 -03:00
parent 491d7d061e
commit a5e119ec7b
No known key found for this signature in database
GPG key ID: 2DD9C1566E2774A2

View file

@ -5,6 +5,12 @@ title = "Zola Terminimal theme"
# Sass compilation is required
compile_sass = true
# The theme supports feeds (RSS and ATOM)
generate_feed = true
# Use `rss.xml` for RSS feeds and `atom.xml` for ATOM.
feed_filename = "atom.xml"
# Optional: enable tags
taxonomies = [
{name = "tags"}