upgrade config

main
Brian Hicks 2021-02-15 17:17:49 -06:00
parent ddd5b2cdad
commit 9d8b10a7ec
1 changed files with 6 additions and 5 deletions

View File

@ -6,17 +6,18 @@ base_url = "https://bytes.zone"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = false
# 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 = "one-dark"
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = false
generate_feed = true
feed_filename = "index.xml"
[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 = "one-dark"
[[taxonomies]]
name = "series"