Update README.md

This commit is contained in:
Settoshi Tonami 🎷🐛 2026-08-07 21:05:20 +02:00
parent ad0b95e489
commit 8bd79131b6

View file

@ -1,11 +1,12 @@
# 🚀 Deployment Guide: Hugo + Nostr Site # 🚀 Deployment Guide: Hugo + Nostr Site
Example site: [https://setto.basspistol.com](https://setto.basspistol.com)
## Overview ## Overview
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
Example site: [https://setto.basspistol.com](https://setto.basspistol.com) ## Architecture
``` ```
Nostr Relays → nak → jq → JSON files → Hugo → Static HTML → Web Server Nostr Relays → nak → jq → JSON files → Hugo → Static HTML → Web Server