summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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},