Use own fork of hermit-zola for updates.

This commit is contained in:
Lyle Mantooth 2025-06-25 13:58:20 -04:00
parent a09b166902
commit 7a0efc520b
Signed by: IslandUsurper
SSH key fingerprint: SHA256:7OQGnFyxgqLkSqpNeuqXgKL+0NmXES1atELKc4dKOw8
7 changed files with 44 additions and 28 deletions

View file

@ -8,18 +8,16 @@ theme = "hermit_zola"
# Whether to automatically compile all Sass files in the sass directory
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 = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = false
generate_feed = true
generate_feeds = true
feed_limit = 250
[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_theme = "charcoal"