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