From 4fa607ab8605f76ea71a4e95d8359ca76c630475 Mon Sep 17 00:00:00 2001 From: sakrecoer Date: Fri, 7 Aug 2026 14:08:27 +0200 Subject: [PATCH] fuck around --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) 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