syntax highlighting

This commit is contained in:
2022-05-07 04:24:12 +02:00
parent 7c9dd728a7
commit 02a00bbcf1
+3 -1
View File
@@ -11,7 +11,6 @@ compile_sass = true
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = false
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = false
@@ -24,6 +23,9 @@ taxonomies = [
{name = "tags", feed = true},
]
[markdown]
highlight_code = true
highlight_theme = "base16-ocean-dark"
[extra]
# Put all your custom variables here