From 25c4a33b145875737ad96244c4777cf0dd405875 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Wed, 3 Jul 2024 17:29:37 +1000 Subject: [PATCH] Update config for new Zola --- v2/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v2/config.toml b/v2/config.toml index 65134c9..d2407d2 100644 --- a/v2/config.toml +++ b/v2/config.toml @@ -8,8 +8,8 @@ description = "Posts by Wesley Moore" # Whether to automatically compile all Sass files in the sass directory compile_sass = true -generate_feed = true -feed_filename = "rss.xml" +generate_feeds = true +feed_filenames = ["rss.xml"] # Whether to build a search index to be used later on by a JavaScript library build_search_index = false