Compare commits

..

No commits in common. "f2cc939ff4f55fe77223254cbcd36e085b7112ae" and "94042805a09b858f012618476b22ebad4fed3acf" have entirely different histories.

View file

@ -10,9 +10,9 @@ 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)
- Music player with playlist in a lightbox (kind 36787)
- 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
@ -20,10 +20,11 @@ Nostr Relays → nak → jq → JSON files → Hugo → Static HTML → Web Serv
- 📜 Lyrics
- ⌨️ Keyboard shortcuts
- 🎵 Auto-advance to next track
- Photo gallery in a lightbox (kind 20)
- Video gallery (kind 22)
- Photo gallery with lightbox KINDS[20]
- Video gallery with poster images KINDS[22]
- Randomize buttons for all sections
- Sticky navigation
- Dark/light mode toggle
- Responsive design
- Automated deployment