From f2cc939ff4f55fe77223254cbcd36e085b7112ae Mon Sep 17 00:00:00 2001 From: sakrecoer Date: Fri, 7 Aug 2026 15:44:40 +0200 Subject: [PATCH 1/2] update readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8002a31..0d485df 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Nostr Relays → nak → jq → JSON files → Hugo → Static HTML → Web Serv ✨ Features: - Fullscreen header with Nostr profile data (kind 0) -- Blog posts with read more (kind 30023] +- Blog posts with read more (kind 30023) - Music player with playlist in a lightbox (kind 36787) - 🖼️ Album art - 📝 Track info (title, artist, album) @@ -24,7 +24,6 @@ Nostr Relays → nak → jq → JSON files → Hugo → Static HTML → Web Serv - Video gallery (kind 22) - Randomize buttons for all sections - Sticky navigation -- Dark/light mode toggle - Responsive design - Automated deployment From 1cd883f4a3ce78435bf10497c5b75990e5b800f6 Mon Sep 17 00:00:00 2001 From: setto Date: Fri, 7 Aug 2026 15:46:56 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0d485df..0c25b57 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ This guide covers deploying your Hugo site that fetches content from Nostr relays using nak. The system runs on a cron job that automatically updates content every 30 minutes. Architecture +Example site: [https://setto.basspistol.com](https://setto.basspistol.com) + ``` Nostr Relays → nak → jq → JSON files → Hugo → Static HTML → Web Server ```