update feed config schema changed in https://github.com/getzola/zola/pull/2477 Fixes: https://codeberg.org/alanpearce/zola-bearblog/issues/35
1 file changed, 2 insertions(+), 0 deletions(-)
changed files
M config.toml → config.toml
@@ -2,6 +2,8 @@ title = "Zola ʕ•ᴥ•ʔ Bear Blog" base_url = "/" description = "A Zola-theme based on Bear Blog." +generate_feeds = true + # Whether to automatically compile all Sass files in the sass directory compile_sass = false