From c94948e7144cf98ac198e1aea81f3c2e39bbe142 Mon Sep 17 00:00:00 2001 From: phantom Date: Thu, 18 Dec 2025 21:37:15 -0600 Subject: [PATCH] Update and YAMLize hugo.toml --- hugo.toml | 4 ---- hugo.yml | 30 ++++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 hugo.toml create mode 100644 hugo.yml diff --git a/hugo.toml b/hugo.toml deleted file mode 100644 index 2e10498..0000000 --- a/hugo.toml +++ /dev/null @@ -1,4 +0,0 @@ -baseURL = "https://shadeouts.net/" -languageCode = "en-us" -title = "Shadeouts" -theme = "PaperMod" diff --git a/hugo.yml b/hugo.yml new file mode 100644 index 0000000..124feb5 --- /dev/null +++ b/hugo.yml @@ -0,0 +1,30 @@ +baseURL: "https://shadeouts.net/" +languageCode: en-us +title: Shadeouts +theme: PaperMod + +params: + defaultTheme: dark + + ShowReadingTime: true + ShowBreadCrumbs: true + ShowCodeCopyButtons: true + ShowWordCount: true + + # homeInfoParams: + # Title: "shadeouts.net" + + profileMode: + enabled: true + title: "shadeouts.net" + + buttons: + - name: Posts + url: posts + +menu: + main: + - identifier: posts + name: Posts + url: /posts/ + weight: 10