From 2bf36be1f268d8f16073eb9dbab6b0b569cefa00 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sat, 14 Oct 2023 00:06:15 -0400 Subject: [PATCH] minify --- push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push.sh b/push.sh index e62a5b0..126ba78 100755 --- a/push.sh +++ b/push.sh @@ -1,6 +1,6 @@ #!/bin/fish -hugo +hugo --minify rsync -avz --delete public/ server-public:/srv/http/ \ --exclude={"/ytbn", "/hdr_plus/*.zip"}