diff options
| author | rtk0c <[email protected]> | 2025-03-05 23:46:53 -0800 |
|---|---|---|
| committer | rtk0c <[email protected]> | 2025-03-05 23:46:53 -0800 |
| commit | e3eded8eb45439af302b602e8ffe430fa9799a58 (patch) | |
| tree | eea0638dcdf5cebfb8a7a35cc62f66a553cb976e /hugo.yaml | |
| parent | b35df5353ac53dd0803687c36315b3b10d941871 (diff) | |
Add social icons, and fix lang params
The correct hierarchy should be `languagse.<code>.params.homeInfoParams`. I skipped the `params` part earlier, no idea why it still built fine on CF Pages
Diffstat (limited to 'hugo.yaml')
| -rw-r--r-- | hugo.yaml | 26 |
1 files changed, 19 insertions, 7 deletions
@@ -32,12 +32,16 @@ languages: - name: Search url: /search weight: 10 - - name: GitHub - url: https://github.com/rtk0c - homeInfoParams: - Title: "rtk0c's hut" - Content: > - Technical findings, life stories, and projects. I hope there's at least some interesting stuff in here. + params: + homeInfoParams: + Title: "rtk0c's hut" + Content: > + Technical findings, life stories, and projects. I hope there's at least some interesting stuff in here. + zh: + params: + homeInfoParams: + Title: "rtk0c的小窝" + Content: > params: env: development @@ -45,11 +49,19 @@ params: keywords: [Blog, Portfolio] author: rtk0c + socialIcons: + - name: "github" + url: "https://github.com/rtk0c" + - name: "reddit" + url: "http://reddit.com/u/rtk0c" + - name: "twitter" + url: "https://x.com/rtk0c1" + defaultTheme: auto disableThemeToggle: false + displayFullLangName: true ShowShareButtons: false ShowReadingTime: false - displayFullLangName: true ShowPostNavLinks: true ShowBreadCrumbs: true ShowCodeCopyButtons: true |
