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