From a81cf4fafb949f3d5dd1d7f2496af7232d5732d2 Mon Sep 17 00:00:00 2001 From: zaaarf Date: Fri, 28 Jun 2024 17:42:37 +0200 Subject: [PATCH] fix: compatibility with latest zola --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 8cb17f4..bfa44d5 100644 --- a/config.toml +++ b/config.toml @@ -3,7 +3,7 @@ base_url = "https://anemone.pages.dev" description = "A minimalist Zola theme that prioritizes clean CSS and avoids heavy JavaScript. Enjoy a seamless user experience with lightning-fast load times. Let your content take center stage in a clutter-free, elegant design that enhances readability. Responsive and efficient, anemone brings focus to your ideas." compile_sass = false -generate_feed = true +generate_feeds = true default_language = "en" # IMPORTANT! Keep this disabled: HTML minifying currently breaks our CSS!