From 6f7b2914e8f34446c550ff3c0d05a247af2ca343 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 18 Jan 2026 16:11:44 -0700 Subject: [PATCH] Change config file to be for RVR. --- hugo.toml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/hugo.toml b/hugo.toml index 420f8c2..1c47904 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,6 +1,6 @@ -baseURL = 'https://jackanope.hyperling.com' +baseURL = '/' languageCode = 'en-us' -title = 'Jackanope Liberty Gathering' +title = 'Rolling Vegan Rendezvous (RVR)' theme = "lugo" [params] @@ -8,8 +8,8 @@ theme = "lugo" relatedtext = "Related" # Favicon - favicon = "img/jackanope.png" - faviconSizes = [16, 32, 48, 60, 96, 128, 180, 192] + #favicon = "img/jackanope.png" + #faviconSizes = [16, 32, 48, 60, 96, 128, 180, 192] # list items datesinlist = false @@ -28,3 +28,8 @@ theme = "lugo" tags = [ "anarchy", "voluntaryism", "peace", "love", "freedom", "liberty" ] custom_css = ["style.css"] + +[markup] + [markup.goldmark] + [markup.goldmark.renderer] + unsafe = true