From 853f643a225522cbe0312cf697ad97844fa7905d Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Sun, 27 Nov 2022 06:23:25 +0100 Subject: [PATCH] Tell sass and scss to generate compressed css --- _config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_config.yml b/_config.yml index 88d85ae..80ff67a 100644 --- a/_config.yml +++ b/_config.yml @@ -59,6 +59,11 @@ permalink: '/articles/:year/:month/:day/:slug/' ignore_theme_config: true #theme: null +sass: + style: compressed +scss: + style: compressed + collections: posts: output: false