From 4e4667870ea44a385400c1d1f49f92376875396f Mon Sep 17 00:00:00 2001 From: Ahmed Date: Thu, 18 Jun 2026 00:38:16 +0300 Subject: fix: double footer issue --- hooks/post-receive | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) (limited to 'hooks') diff --git a/hooks/post-receive b/hooks/post-receive index d492010..f0418ba 100644 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -11,6 +11,52 @@ cp "$WORK/favicon.svg" "$COFFEE/favicon.svg" cp "$WORK/styles/main.css" "$COFFEE/styles/main.css" cp "$WORK/styles/ccc.css" "$COFFEE/styles/ccc.css" rsync -rlptD "$WORK/fonts/" "$COFFEE/fonts/" 2>/dev/null || true +cat > "$COFFEE/404.html" <<'HTMLEOF' + + + + + + +404 not found + + + +
+

gumx

+
+
+

404 not found.

+
+ + + +HTMLEOF # ── demo.gumx.cc/ccc (public demo: local mode, no footer) ─────────────────── mkdir -p "$DEMO/ccc" "$DEMO/styles" "$DEMO/fonts" -- cgit v1.2.3