commit 7ec1b73ece0e19af12146b95bd71422f7d540311
parent f839a8160f246d2e41c6671a0b557cc284b1f1d8
author: nathanael <nathanael@dalliard.ch>
date: Fri, 23 Jan 2026 14:57:16 +0000
no minify
diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/makefile b/makefile
@@ -1,7 +1,7 @@
deploy: build sync
build:
- @hugo --minify --cleanDestinationDir >/dev/null
+ @hugo --cleanDestinationDir >/dev/null
@find public -type f \( -name '*.html' -o -name '*.xml' -o -name '*.txt' \) -exec gzip -9k {} \;
sync: