From 1a940980e28d786beaf975dccd1f7dc606ec8156 Mon Sep 17 00:00:00 2001 From: thunderbottom Date: Mon, 12 Aug 2024 19:39:54 +0530 Subject: [PATCH] chore: add atom.xml as feed --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index 47e572b..e1035f7 100644 --- a/config.toml +++ b/config.toml @@ -9,6 +9,7 @@ compile_sass = true build_search_index = false # Whether to generate a RSS feed automatically generate_feeds = true +feed_filenames = ["atom.xml] # minify is broken for code blocks, works on the `next` branch # minify_html = true