From 132ee96857fd72b55f686a94339e2440b3ff561a Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 19 Jan 2026 05:17:32 -0700 Subject: [PATCH] Move to YML settings file rather than TOML. --- hugo.toml => hugo-old.toml | 0 hugo.yml | 53 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) rename hugo.toml => hugo-old.toml (100%) create mode 100644 hugo.yml diff --git a/hugo.toml b/hugo-old.toml similarity index 100% rename from hugo.toml rename to hugo-old.toml diff --git a/hugo.yml b/hugo.yml new file mode 100644 index 0000000..0125d63 --- /dev/null +++ b/hugo.yml @@ -0,0 +1,53 @@ +baseURL: '/' +languageCode: 'en-us' +title: 'Rolling Vegan Rendezvous (RVR)' + +theme: "lugo" + +params: + # "relatedtext" is the text that appears above the tag list at the bottom of pages. + relatedtext: "Related" + + # Favicon + favicon: "img/favicon.png" + faviconSizes: [16, 32, 48, 60, 96, 128, 180, 192] + + # list items + datesinlist: false + authorsinlist: false + + # footer items + nextprev: false + taglist: false + showrss: false + showurl: false + + # SEO + description: 'Vegan campout with potlucks, discussions, and more!' + type: 'website' + categories: + - "Campout" + - "Gathering" + - "Ungathering" + - "Skills" + - "Conversations" + tags: + - "veganism" + - "vegetarianism" + - "peace" + - "love" + - "freedom" + - "health" + - "healing" + - "compassion" + - "prosperity" + - "morality" + - "ethics" + +custom_css: + - "style.css" + +markup: + goldmark: + renderer: + unsafe: true