From 656e39901763cf1260bcfee5d75cdd2673b69305 Mon Sep 17 00:00:00 2001 From: Adrien Touzouli Date: Wed, 3 Jul 2024 12:01:15 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20publish=20workflow=20with?= =?UTF-8?q?=20last=20zola=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 2590e68..097923b 100644 --- a/config.toml +++ b/config.toml @@ -26,12 +26,12 @@ minify_html = false ignored_content = [] # When set to "true", a feed is automatically generated. -generate_feed = false +generate_feeds = false # The filename to use for the feed. Used as the template filename, too. # Defaults to "atom.xml", which has a built-in template that renders an Atom 1.0 feed. # There is also a built-in template "rss.xml" that renders an RSS 2.0 feed. -feed_filename = "atom.xml" +feed_filenames = ["atom.xml"] # The number of articles to include in the feed. All items are included if # this limit is not set (the default). @@ -143,7 +143,7 @@ path-lang = "" [languages.fr] title = "Adrien Touzouli" description = "Site web professionel / personnel" -generate_feed = false +generate_feeds = false taxonomies = [ {name = "tags", paginate_by = 10, feed = true}, {name = "categories", paginate_by = 10, feed = true},