From 298e5e4d16df0707cbbc5c9dac4bd78303f949e8 Mon Sep 17 00:00:00 2001 From: sakrecoer Date: Mon, 10 Aug 2026 01:07:50 +0200 Subject: [PATCH] add defaults variable to hugo.toml --- example.hugo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/example.hugo.toml b/example.hugo.toml index 12795bd..dddcd1c 100644 --- a/example.hugo.toml +++ b/example.hugo.toml @@ -8,6 +8,14 @@ disableKinds = ["sitemap", "taxonomy", "term"] sitename = "Your Site" description = "Your site description" headerImage = "/path/to/fallback/headerimage.jpg" + publihser = "You, yourself, or the gang!" + relay = "wss://tortellino.basspistol.org" + footlinks1_name = "FOLLA ME" + footlinks1_url = "https://nostr.client..." + footlinks2_name = "Clone this web" + footlinks2_url = "https://git.basspistol.org/setto/setto-nostr-web" + footlinks3_name = "BPIST" + footlinks3_url = "https://basspistol.com/" [permalinks] page = "/:contentbasename/"