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]