From 584e81b2094c44ce30e821694ff0842ab73f3bb5 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Mon, 18 Nov 2024 23:26:00 -0800 Subject: Properly setup Hugo/PaperMod --- hugo.yaml | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 hugo.yaml (limited to 'hugo.yaml') diff --git a/hugo.yaml b/hugo.yaml new file mode 100644 index 0000000..dfcd2ce --- /dev/null +++ b/hugo.yaml @@ -0,0 +1,56 @@ +baseURL: "https://rtk0c.pages.dev/" +languageCode: "en-us" +title: "rtk0c's hut" +theme: "PaperMod" + +outputs: + home: + # Gotta read them somehow + - HTML + # Go get a RSS client (and some quality blogs), you will not regret it + - RSS + # For fastsearch.json + - JSON + +languages: + en: + languageName: "English" + weight: 1 + taxonomies: + category: categories + tag: tags + series: series + menu: + main: + - name: Posts + url: /archives + weight: 5 + - name: Search + url: /search + weight: 10 + - name: GitHub + url: https://github.com/rtk0c + +params: + env: development + description: "Some interesting stuff, hopefully" + keywords: [Blog, Portfolio] + author: rtk0c + + defaultTheme: auto + disableThemeToggle: false + ShowShareButtons: false + ShowReadingTime: false + displayFullLangName: true + ShowPostNavLinks: true + ShowBreadCrumbs: true + ShowCodeCopyButtons: true + ShowRssButtonInSectionTermList: true + ShowAllPagesInArchive: true + ShowPageNums: true + ShowToc: true + + homeInfoParams: + Title: "rtk0c's hut" + Content: > + Something -- cgit v1.3.1