all repos — zola-bearblog @ e09e938cea1073e117a5ecd048f7f3f0969207dc

Port of bear blog theme to zola

update style from the original bear blog repository[1] [1]: https://github.com/HermanMartinus/bearblog/blob/639edff3781bd1e66723a4584ba3bbff32aaac0b/templates/styles/blog/default.css

Alan Pearce
commit

e09e938cea1073e117a5ecd048f7f3f0969207dc

parent

00c802c022c4d28927eae61d8b5b7aea29ac7884

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M config.tomlconfig.toml
@@ -41,7 +41,7 @@
[markdown] # Whether to do syntax highlighting # Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola -highlight_code = true +highlight_code = false [extra] date_format = "%Y-%m-%d"