From 8bd79131b628310ca2a132b09717f86756acf11d Mon Sep 17 00:00:00 2001 From: setto Date: Fri, 7 Aug 2026 21:05:20 +0200 Subject: [PATCH 1/2] 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 From 88b18d1695af037fb123c879e03182368b3237a8 Mon Sep 17 00:00:00 2001 From: sakrecoer Date: Mon, 10 Aug 2026 01:02:14 +0200 Subject: [PATCH 2/2] stylo --- themes/one-pager/assets/css/style.css | 9 ++++----- themes/one-pager/layouts/index.html | 2 +- themes/one-pager/layouts/partials/footer.html | 10 +++++----- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/themes/one-pager/assets/css/style.css b/themes/one-pager/assets/css/style.css index fd5ae05..184592d 100644 --- a/themes/one-pager/assets/css/style.css +++ b/themes/one-pager/assets/css/style.css @@ -1041,15 +1041,15 @@ button { max-width: 100%; max-height: 75vh; object-fit: contain; - border: 3px solid var(--accent-yellow); - box-shadow: 0 0 40px rgba(255, 215, 0, 0.2); + border: 1px solid var(--accent-yellow); + box-shadow: 0 0 40px rgba(255, 215, 0, 0.5); } .custom-lightbox-caption { margin-top: 1rem; padding: 0.8rem 1.5rem; background: rgba(0, 0, 0, 0.7); - border-left: 4px solid var(--accent-yellow); + border-left: 1px solid var(--accent-yellow); color: white; font-family: 'Poppins', sans-serif; font-weight: 400; @@ -1408,7 +1408,6 @@ button { .site-footer { background: var(--bg-primary); - border-top: 4px solid var(--accent-yellow); padding: 3rem 2rem 2rem; margin-top: 3rem; position: relative; @@ -1545,7 +1544,7 @@ button { font-size: 0.85rem; color: var(--text-secondary); letter-spacing: 1px; - border-left: 3px solid var(--accent-yellow); + border-left: 1px solid var(--accent-yellow); padding-left: 1rem; } diff --git a/themes/one-pager/layouts/index.html b/themes/one-pager/layouts/index.html index 8ec382c..e98fd97 100644 --- a/themes/one-pager/layouts/index.html +++ b/themes/one-pager/layouts/index.html @@ -82,7 +82,7 @@ - +