From 5a620c8f793484981409e6d838a2c25bc25f07dc Mon Sep 17 00:00:00 2001 From: welpo Date: Sat, 22 Jun 2024 00:06:41 +0200 Subject: [PATCH] return to 0.18.0 options --- config.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index ddd43bb9..819cc332 100644 --- a/config.toml +++ b/config.toml @@ -2,8 +2,7 @@ base_url = "https://welpo.github.io/tabi" title = "~/tabi" description = "tabi is a fast, lightweight, and modern Zola theme with multi-language support, optional JavaScript, and a perfect Lighthouse score." author = "welpo" -generate_feeds = true -feed_filenames = ["atom.xml"] +generate_feed = true compile_sass = true minify_html = true build_search_index = true @@ -51,14 +50,14 @@ skip_anchor_prefixes = [ [languages.es] title = "~/tabi" description = "tabi es un tema de Zola rápido, liviano y moderno con JavaScript opcional y una puntuación perfecta en Lighthouse." -generate_feeds = true +generate_feed = true taxonomies = [{name = "tags", feed = true}] build_search_index = true [languages.ca] title = "~/tabi" description = "tabi és un tema de Zola ràpid, lleuger i modern amb JavaScript opcional i una puntuació perfecta a Lighthouse." -generate_feeds = true +generate_feed = true taxonomies = [{name = "tags", feed = true}] [extra]