fuck around
This commit is contained in:
parent
be4dfe8058
commit
4fa607ab86
1 changed files with 19 additions and 1 deletions
20
README.md
20
README.md
|
|
@ -6,9 +6,27 @@ This guide covers deploying your Hugo site that fetches content from Nostr relay
|
||||||
Architecture
|
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
|
## 📦 Prerequisites
|
||||||
|
|
||||||
### 1. Install Hugo
|
### 1. Install Hugo
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue