From 088a18410e43a209a4864bccad5ddb89a7ee1d5d Mon Sep 17 00:00:00 2001 From: delta Date: Wed, 17 Sep 2025 23:29:44 +0200 Subject: asides, hacker webring stuff and some more --- .zs/buttons | 2 ++ .zs/buttons.jq | 1 + .zs/config.yml | 4 ++-- .zs/layout.html | 9 +++++++-- .zs/scripts | 6 +++--- 5 files changed, 15 insertions(+), 7 deletions(-) create mode 100755 .zs/buttons create mode 100644 .zs/buttons.jq (limited to '.zs') diff --git a/.zs/buttons b/.zs/buttons new file mode 100755 index 0000000..9ea9460 --- /dev/null +++ b/.zs/buttons @@ -0,0 +1,2 @@ +#!/bin/sh +cat buttons.json | jq -r -f .zs/buttons.jq diff --git a/.zs/buttons.jq b/.zs/buttons.jq new file mode 100644 index 0000000..833971a --- /dev/null +++ b/.zs/buttons.jq @@ -0,0 +1 @@ +map("\"An") | join("\n") diff --git a/.zs/config.yml b/.zs/config.yml index d421309..6c9dce8 100644 --- a/.zs/config.yml +++ b/.zs/config.yml @@ -1,6 +1,6 @@ --- -title: delta.twoexem.com -description: ma olin mi lon kulupu nanpa +title: darkuss.twoexem.com +description: a silly place for a silly person extensions: - anchor diff --git a/.zs/layout.html b/.zs/layout.html index 5c0671b..fe8910e 100644 --- a/.zs/layout.html +++ b/.zs/layout.html @@ -37,8 +37,13 @@
{{ content }}
diff --git a/.zs/scripts b/.zs/scripts index 7e1f2ad..f40dd48 100755 --- a/.zs/scripts +++ b/.zs/scripts @@ -5,9 +5,9 @@ set -e JS="" # Load live.js for non-production builds for faster development -if [ -z "$ZS_PRODUCTION" ]; then - JS="$JS live" -fi +# if [ -z "$ZS_PRODUCTION" ]; then +# JS="$JS live" +# fi for js in $JS; do printf "\n" "$js" -- cgit v1.2.3