diff options
| author | rtk0c <[email protected]> | 2025-09-01 14:06:53 -0700 |
|---|---|---|
| committer | rtk0c <[email protected]> | 2025-09-01 14:06:53 -0700 |
| commit | 7f3019630bafb282c97265f206c405e22ebf92ae (patch) | |
| tree | f7acd3919fc02c7df5f44b0cdad9aa98277c266f | |
| parent | b9fee9dba902bf525a345b4810c9317c9a00170e (diff) | |
Add linkedin & bluesky & mastodon
| -rw-r--r-- | hugo.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -69,10 +69,16 @@ params: socialIcons: - name: "github" url: "https://github.com/rtk0c" + - name: "linkedin" + url: "https://www.linkedin.com/in/tianyi-guan-rtk0c" - name: "reddit" url: "https://reddit.com/u/rtk0c" - name: "twitter" url: "https://twitter.com/rtk0c1" + - name: "bluesky" + url: "https://bsky.app/profile/rtk0c.bsky.social" + - name: "mastodon" + url: "https://mastodon.social/@rtk0c" defaultTheme: auto disableThemeToggle: false |
