cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

cc01d030d38a1bdd3e9decd10a1027b603b582a3

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2024-06-22T23:11:04Z

upgrade to new config options
 config.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.toml b/config.toml
index e9eed0c..f13e6dd 100644
--- a/config.toml
+++ b/config.toml
@@ -5,8 +5,8 @@ description = "The personal website of Christian Cleberg."
 author = "Christian Cleberg"
 
 # RSS settings
-generate_feed = true
-feed_filename = "atom.xml"
+generate_feeds = true
+feed_filenames = ["atom.xml"]
 
 [markdown]
 highlight_code = true