From c7ffe17f14cee4d439c7541ffb4abb8cabbfc0db Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sat, 22 Mar 2025 16:31:25 -0700 Subject: 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 --- hugo.yaml | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'hugo.yaml') diff --git a/hugo.yaml b/hugo.yaml index 2b60550..4c16d5b 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -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: -- cgit v1.3.1