From 1ede4bdc32dd2c6887690b1461d4b2e3a52f8ce6 Mon Sep 17 00:00:00 2001 From: stabosa87 Date: Fri, 3 Jul 2026 21:46:26 -0500 Subject: [PATCH] scss --- hugo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 6e04ac2..8538444 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,7 @@ baseURL = 'https://blog.redgarden.cv/' languageCode = 'en-us' title = 'Redgarden Blog' -theme = "nostyle" \ No newline at end of file +theme = "nostyle" + +[params.css] + sass = true \ No newline at end of file