From c7f351017fbc8037a951770621d139024faf0b9c Mon Sep 17 00:00:00 2001 From: Nick Zana Date: Tue, 16 May 2023 22:01:07 -0400 Subject: [PATCH] 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. --- config.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/config.toml b/config.toml index e93dc1b..b1cd978 100644 --- a/config.toml +++ b/config.toml @@ -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