From 79316a124c9e31a2b283672009c794277b84f6b6 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Thu, 12 Dec 2024 07:59:58 -0700 Subject: [PATCH] Update config.toml fix rss feed --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 3951b05..df360a1 100644 --- a/config.toml +++ b/config.toml @@ -14,8 +14,8 @@ output_dir = "public" compile_sass = true minify_html = true build_search_index = false # Keep this false, search is temporarily unsupported -#generate_feeds = false # Whether to generate a feed file in root, read docs for more info about rss feed -feed_filenames = ["feed.xml"] # The file name of feed, "feed.xml" / "atom.xml" / "rss.xml", read docs for more info +generate_feeds = true # Whether to generate a feed file in root, read docs for more info about rss feed +feed_filenames = ["rss.xml"] # The file name of feed, "feed.xml" / "atom.xml" / "rss.xml", read docs for more info taxonomies = [{ name = "tags" }, { name = "categories" }] [markdown]