fuck around

This commit is contained in:
sakrecoer 2026-08-07 14:08:27 +02:00
parent be4dfe8058
commit 4fa607ab86

View file

@ -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