From 98b5211958fcf4ee992efb80c83c452de094f9d4 Mon Sep 17 00:00:00 2001 From: Ahmed Date: Sun, 14 Jun 2026 16:40:51 +0300 Subject: add: hooks and other vibed edits --- hooks/post-receive | 6 ++++++ wr | 37 ++++++++++++++++++++++--------------- 2 files changed, 28 insertions(+), 15 deletions(-) create mode 100644 hooks/post-receive diff --git a/hooks/post-receive b/hooks/post-receive new file mode 100644 index 0000000..64026a7 --- /dev/null +++ b/hooks/post-receive @@ -0,0 +1,6 @@ +#!/bin/sh +set -e +cd /home/git/build/webring +bash wr build +rsync -rlptD --delete public/ /var/www/webring.gumx.cc/ +echo "webring deployed" diff --git a/wr b/wr index 1e4f07f..1af6e6c 100755 --- a/wr +++ b/wr @@ -90,23 +90,32 @@ build_webring() { } - + +
+

gumx / webring

+
-

ω webring

-
-

This is an attempt to replicate Devine Lu Linvega's webring in a very minimal way, and with a lower technical bar.

To add your site to the webring, follow the instructions here. For issues, source code, documentation, visit the project page on sourcehut

This project is licensed under MIT license

-