commit b63ca9c8d51f66273772f0895967c3443ea2be95
parent 8f9ca1539ca6409282c4ed326c9ff215d393f09b
author: nathanael <nathanael@dalliard.ch>
date: Sun, 19 Oct 2025 06:42:34 +0000
compress with gzip
diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/makefile b/makefile
@@ -2,6 +2,7 @@ deploy: build sync
build:
@hugo --minify --cleanDestinationDir >/dev/null
+ @find public -type f \( -name '*.html' -o -name '*.xml' -o -name '*.txt' \) -exec gzip -9k {} \;
sync:
@openrsync --rsync-path=openrsync -rt --del public/ s1:/var/www/www/