wires

summary refs log tree commit diff
diff options
context:
space:
mode:
authorwires <wires@noreply.wires.systems>2025-04-02 13:01:33 -0400
committerwires <wires@noreply.wires.systems>2025-04-02 13:01:33 -0400
commit9ac20effb78beabc5ad02b14de0df20bc84df93b (patch)
treec30d12bc221f9da3929db2a4b62f3955c3997c73
parentgenerate statically compressed files (diff)
downloadblog-9ac20effb78beabc5ad02b14de0df20bc84df93b.tar.gz
oops
-rw-r--r--\7
1 files changed, 0 insertions, 7 deletions
diff --git a/\ b/\
deleted file mode 100644
index 6872d02..0000000
--- a/\
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-rm -rf ./public
-hugo --minify || exit $?
-gzip -rk public || exit $?
-fd . public -tf -E '*.gz' -x brotli -k {} || exit $?
-rsync -rvz --delete ./public/ wires.systems:/var/www/html