diff --git a/README.md b/README.md index 455bbf8..818745a 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,27 @@ This guide covers deploying your Hugo site that fetches content from Nostr relay Architecture ``` -Nostr Relays → nak → JSON files → Hugo → Static HTML → Web Server +Nostr Relays → nak → jq → JSON files → Hugo → Static HTML → Web Server ``` +✨ 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] +- 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 + +🚀 Tech Stack: +- Hugo static site generator +- Nostr for content +- Custom theme +- Automated deployment with cron + ## 📦 Prerequisites ### 1. Install Hugo