From 3beade74c73b53f6973b12d0a5af8ac3fc66a106 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Fri, 12 Apr 2024 08:26:32 +0100 Subject: [PATCH] chore: disable sass compilation --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 5b9e163..6ddfcf8 100644 --- a/config.toml +++ b/config.toml @@ -11,7 +11,7 @@ description = "Someone who does programming, cybersecurity and some other stuff" default_language = "en" theme = "serene" output_dir = "public" -compile_sass = true +compile_sass = false minify_html = true build_search_index = false # Keep this false, search is temporarily unsupported generate_feed = false # Whether to generate a feed file in root, read docs for more info about rss feed