Disable compiling sass

No sass is used, so zola serve does not work correctly without being
able to watch the "sass" directory if this remains enabled.
master
Nick Zana 1 year ago
parent 8713cb4e86
commit c7f351017f

@ -3,7 +3,6 @@ base_url = "/"
theme = "zola-private-dev-blog"
taxonomies = [ { name = "tags", feed = true } ]
generate_feed = true
compile_sass = true
build_search_index = false
highlight_code = true

Loading…
Cancel
Save