From ec5a6db07fd5116ef040b42b0c1a1618a81e3cad Mon Sep 17 00:00:00 2001 From: sakrecoer Date: Sun, 16 Aug 2026 23:30:52 +0200 Subject: [PATCH] add defaults to toml --- example.hugo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/example.hugo.toml b/example.hugo.toml index dddcd1c..50039c2 100644 --- a/example.hugo.toml +++ b/example.hugo.toml @@ -16,6 +16,9 @@ disableKinds = ["sitemap", "taxonomy", "term"] footlinks2_url = "https://git.basspistol.org/setto/setto-nostr-web" footlinks3_name = "BPIST" footlinks3_url = "https://basspistol.com/" + footlinks4_name = "Dyne.org" + footlinks4_url = "https://dyne.org" [permalinks] page = "/:contentbasename/" + playlists = "/playlists/:slug/"