about summary refs log tree commit diff stats
path: root/config.toml
diff options
context:
space:
mode:
authorAlan Pearce2024-05-29 00:32:12 +0200
committerAlan Pearce2024-05-29 01:04:11 +0200
commite09e938cea1073e117a5ecd048f7f3f0969207dc (patch)
treea1b925c94354c18b8570acd576422b296b331479 /config.toml
parent00c802c022c4d28927eae61d8b5b7aea29ac7884 (diff)
downloadzola-bearblog-e09e938cea1073e117a5ecd048f7f3f0969207dc.tar.lz
zola-bearblog-e09e938cea1073e117a5ecd048f7f3f0969207dc.tar.zst
zola-bearblog-e09e938cea1073e117a5ecd048f7f3f0969207dc.zip
update style from the original bear blog repository[1]
[1]: https://github.com/HermanMartinus/bearblog/blob/639edff3781bd1e66723a4584ba3bbff32aaac0b/templates/styles/blog/default.css
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index d8caa45..147f75f 100644
--- a/config.toml
+++ b/config.toml
@@ -41,7 +41,7 @@ table_of_contents = "Inhaltsverzeichnis"
 [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"