From 1cd883f4a3ce78435bf10497c5b75990e5b800f6 Mon Sep 17 00:00:00 2001 From: setto Date: Fri, 7 Aug 2026 15:46:56 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0d485df..0c25b57 100644 --- a/README.md +++ b/README.md @@ -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. Architecture +Example site: [https://setto.basspistol.com](https://setto.basspistol.com) + ``` Nostr Relays → nak → jq → JSON files → Hugo → Static HTML → Web Server ```