From 8bd79131b628310ca2a132b09717f86756acf11d Mon Sep 17 00:00:00 2001 From: setto Date: Fri, 7 Aug 2026 21:05:20 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80652c4..50d065b 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ # 🚀 Deployment Guide: Hugo + Nostr Site +Example site: [https://setto.basspistol.com](https://setto.basspistol.com) + ## 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. -Architecture -Example site: [https://setto.basspistol.com](https://setto.basspistol.com) +## Architecture ``` Nostr Relays → nak → jq → JSON files → Hugo → Static HTML → Web Server