Update README.md

This commit is contained in:
Settoshi Tonami 🎷🐛 2026-08-07 15:46:56 +02:00
parent f2cc939ff4
commit 1cd883f4a3

View file

@ -5,6 +5,8 @@
This guide covers deploying your Hugo site that fetches content from Nostr relays using nak. The system runs on a cron job that automatically updates content every 30 minutes. This guide covers deploying your Hugo site that fetches content from Nostr relays using nak. The system runs on a cron job that automatically updates content every 30 minutes.
Architecture Architecture
Example site: [https://setto.basspistol.com](https://setto.basspistol.com)
``` ```
Nostr Relays → nak → jq → JSON files → Hugo → Static HTML → Web Server Nostr Relays → nak → jq → JSON files → Hugo → Static HTML → Web Server
``` ```