mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-01-08 19:51:06 +01:00
Add note about the feeds in the theme's config.toml
This commit is contained in:
parent
491d7d061e
commit
a5e119ec7b
|
@ -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"}
|
||||
|
|
Loading…
Reference in a new issue