diff options
author | Franck Cuny <franck@fcuny.net> | 2024-09-21 11:55:28 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-09-21 11:55:28 -0700 |
commit | 500b090782ab844cab697bb94fbeeaaec053d598 (patch) | |
tree | 6e94809f7dc4f4162d0b26c224be183a7637f968 | |
parent | flake.lock: Update (diff) | |
download | fcuny.net-500b090782ab844cab697bb94fbeeaaec053d598.tar.gz |
fix configuration to generate the feed
-rw-r--r-- | config.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.toml b/config.toml index e5264aa..a2b914b 100644 --- a/config.toml +++ b/config.toml @@ -8,8 +8,8 @@ output_dir = "docs" default_language = "en" -generate_feed = true -feed_filename = "feed.xml" +generate_feeds = true +feed_filenames = ["feed.xml"] [markdown] highlight_code = true |