summaryrefslogtreecommitdiff
path: root/hugo.yaml
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2024-11-18 23:26:00 -0800
committerrtk0c <[email protected]>2024-11-18 23:26:00 -0800
commit584e81b2094c44ce30e821694ff0842ab73f3bb5 (patch)
treebf84c60bd848f7501a140e04a91cef72306cdadb /hugo.yaml
parent62cf79193a4d7a5c8e6977d2fc792140b0602913 (diff)
Properly setup Hugo/PaperMod
Diffstat (limited to 'hugo.yaml')
-rw-r--r--hugo.yaml56
1 files changed, 56 insertions, 0 deletions
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