diff --git a/config.toml b/config.toml index 7af0f3d..2a5b87d 100644 --- a/config.toml +++ b/config.toml @@ -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"}