From 94042805a09b858f012618476b22ebad4fed3acf Mon Sep 17 00:00:00 2001 From: sakrecoer Date: Fri, 7 Aug 2026 15:40:16 +0200 Subject: [PATCH 1/2] update readme with share feature --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 818745a..7f6392c 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,13 @@ Nostr Relays → nak → jq → JSON files → Hugo → Static HTML → Web Serv - Fullscreen header with Nostr profile data KINDS[0] - Blog posts with read more KINDS[30023] - Music player with playlist and lightbox (with lyrics!) KINDS[36787] + - 🖼️ Album art + - 📝 Track info (title, artist, album) + - ⏯️ Play controls with progress bar + - 🔗 Share button (small and clean!) + - 📜 Lyrics + - ⌨️ Keyboard shortcuts + - 🎵 Auto-advance to next track - Photo gallery with lightbox KINDS[20] - Video gallery with poster images KINDS[22] - Randomize buttons for all sections From 591232e17e51cb40712b2e024703abb4385c81dc Mon Sep 17 00:00:00 2001 From: sakrecoer Date: Fri, 7 Aug 2026 15:43:27 +0200 Subject: [PATCH 2/2] update readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7f6392c..8002a31 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ Nostr Relays → nak → jq → JSON files → Hugo → Static HTML → Web Serv ``` ✨ Features: -- Fullscreen header with Nostr profile data KINDS[0] -- Blog posts with read more KINDS[30023] -- Music player with playlist and lightbox (with lyrics!) KINDS[36787] +- Fullscreen header with Nostr profile data (kind 0) +- Blog posts with read more (kind 30023] +- Music player with playlist in a lightbox (kind 36787) - 🖼️ Album art - 📝 Track info (title, artist, album) - ⏯️ Play controls with progress bar @@ -20,8 +20,8 @@ Nostr Relays → nak → jq → JSON files → Hugo → Static HTML → Web Serv - 📜 Lyrics - ⌨️ Keyboard shortcuts - 🎵 Auto-advance to next track -- Photo gallery with lightbox KINDS[20] -- Video gallery with poster images KINDS[22] +- Photo gallery in a lightbox (kind 20) +- Video gallery (kind 22) - Randomize buttons for all sections - Sticky navigation - Dark/light mode toggle