summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMole Shang <[email protected]>2024-06-22 23:48:41 +0800
committerMole Shang <[email protected]>2024-06-22 23:48:41 +0800
commitf6fcb4b23ee1bde58aad65f109957f2c515b9c73 (patch)
treebeb1334e520d238bd611099e5fbeefe03f206e9e
parent6e679aa7ca0a1de744c9c84cd84ae733001d0540 (diff)
downloadzola-blog-f6fcb4b23ee1bde58aad65f109957f2c515b9c73.tar.gz
zola-blog-f6fcb4b23ee1bde58aad65f109957f2c515b9c73.tar.bz2
zola-blog-f6fcb4b23ee1bde58aad65f109957f2c515b9c73.zip
config.yaml: update configuration to zola 0.19
-rw-r--r--config.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.toml b/config.toml
index e712d36..058cdc4 100644
--- a/config.toml
+++ b/config.toml
@@ -14,12 +14,12 @@ theme = "Seje2"
minify_html = true
# When set to "true", a feed is automatically generated.
-generate_feed = true
+generate_feeds = true
# 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 = "rss.xml"
+feed_filenames = ["rss.xml"]
taxonomies = [
{name = "categories", feed = true},