Skip to content

Commit

Permalink
fix: update zola settings
Browse files Browse the repository at this point in the history
  • Loading branch information
gregswift committed Aug 7, 2024
1 parent 87ec071 commit 81dbd7b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,22 @@ compile_sass = true

theme = "hermit_zola"

# 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"

# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true

# When set to "true", an RSS feed is automatically generated.
generate_rss = true
generate_feeds = true

taxonomies = [
{name = "tags", rss = true},
]

[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"

[extra]
# Put all your custom variables here
date_format = "%F"
Expand Down

0 comments on commit 81dbd7b

Please sign in to comment.