config.toml: generate_feed -> generate_feeds

This commit is contained in:
2024-08-06 17:50:34 +00:00
parent e6f88f563b
commit f9b30ffa43

View File

@@ -1,8 +1,8 @@
# The URL the site will be built for # The URL the site will be built for
base_url = "https://uninsane.org" base_url = "https://uninsane.org"
title = "Perfectly Sane" title = "Perfectly Sane"
# RSS # RSS. see: <https://www.getzola.org/documentation/templates/feeds/>
generate_feed = true generate_feeds = true
# Whether to automatically compile all Sass files in the sass directory # Whether to automatically compile all Sass files in the sass directory
compile_sass = true compile_sass = true