diff options
| author | rtk0c <[email protected]> | 2025-03-22 16:31:25 -0700 |
|---|---|---|
| committer | rtk0c <[email protected]> | 2025-03-22 16:31:25 -0700 |
| commit | c7ffe17f14cee4d439c7541ffb4abb8cabbfc0db (patch) | |
| tree | f1cd9523ae83b371699edf454c7f621511afa055 /hugo.yaml | |
| parent | 4b2e004e032721176caefe762ce4e7e9e6ca15ef (diff) | |
Bug sweep on Hugo setup
- Homepage reddit link http -> https
- Homepage twitter link instead of x.com
- Add links to tags and categories in the archive page
- Copied PaperMod archives.html to support page contents
- NOTE: this file has to be called `archives.html`, because PaperMod applies styling based on layout name
- Categorize link clearance
Diffstat (limited to 'hugo.yaml')
| -rw-r--r-- | hugo.yaml | 19 |
1 files changed, 7 insertions, 12 deletions
@@ -20,14 +20,13 @@ languages: taxonomies: category: categories tag: tags - series: series menu: main: - - name: Posts - url: /archives - weight: 5 - name: RSS url: /index.xml + weight: 10 + - name: Archive + url: /archives weight: 5 - name: Search url: /search @@ -36,7 +35,7 @@ languages: homeInfoParams: Title: "rtk0c's hut" Content: > - Technical findings, life stories, and projects. I hope there's at least some interesting stuff in here. + Technical findings, life stories, and projects. zh: params: homeInfoParams: @@ -45,7 +44,7 @@ languages: params: env: development - description: "Some interesting stuff, hopefully" + description: "rtk0c's personal writing output" keywords: [Blog, Portfolio] author: rtk0c @@ -53,9 +52,9 @@ params: - name: "github" url: "https://github.com/rtk0c" - name: "reddit" - url: "http://reddit.com/u/rtk0c" + url: "https://reddit.com/u/rtk0c" - name: "twitter" - url: "https://x.com/rtk0c1" + url: "https://twitter.com/rtk0c1" defaultTheme: auto disableThemeToggle: false @@ -70,10 +69,6 @@ params: ShowPageNums: true ShowToc: true -taxonomies: - category: categories - tag: tags - markup: goldmark: renderer: |
