all repos — zola-bearblog @ 32a21a70019f43034561cd14875dfe2b8316c0cc

Port of bear blog theme to zola

update feed config schema changed in https://github.com/getzola/zola/pull/2477 Fixes: https://codeberg.org/alanpearce/zola-bearblog/issues/35

Alan Pearce
commit

32a21a70019f43034561cd14875dfe2b8316c0cc

parent

731031b3fe2e4964120a615fe93349d268b46758

1 file changed, 2 insertions(+), 0 deletions(-)

changed files
M config.tomlconfig.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