mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-01-09 12:11:05 +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
|
# Sass compilation is required
|
||||||
compile_sass = true
|
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
|
# Optional: enable tags
|
||||||
taxonomies = [
|
taxonomies = [
|
||||||
{name = "tags"}
|
{name = "tags"}
|
||||||
|
|
Loading…
Reference in a new issue