diff options
author | hyang <hyang@hyang.xyz> | 2023-09-14 19:53:04 -0700 |
---|---|---|
committer | hyang <hyang@hyang.xyz> | 2023-09-14 19:53:04 -0700 |
commit | 01e6ea095914d450d07f535cba3b903c345f84ad (patch) | |
tree | df03770b8be283f33c14d7ff9f0f3a95a283b2aa /hugo.toml | |
parent | b969e3d5a9749e1acc81aa5eab47b10a137f2c0f (diff) |
Add social media icons
Diffstat (limited to 'hugo.toml')
-rw-r--r-- | hugo.toml | 24 |
1 files changed, 19 insertions, 5 deletions
@@ -11,11 +11,25 @@ paginate = 5 TocOpen = true TocSide = "left" -[params.homeInfoParams] -Title = "👋 Welcome to my homepage" -Content = """ -I'm Huaxuan Yang. On *hyang.xyz*, I self-host a bunch of services (including this blog), using the finest grade gaming hardware. Here, I mostly talk about technology stuff, like Linux, programming, etc. Maybe some other content soon... -""" + [[params.socialIcons]] + name = "email" + url = "mailto:hyang@hyang.xyz" + [[params.socialIcons]] + name = "github-simple" + url = "https://github.com/yanghuaxuan" + [[params.socialIcons]] + name = "mastodon" + url = "https://post.hyang.xyz/hyang" + [[params.socialIcons]] + name = "linkedin-simple" + url = "https://www.linkedin.com/in/huaxuan-yang/" + + + [params.homeInfoParams] + Title = "👋 Welcome to my homepage" + Content = """ + I'm Huaxuan Yang. On *hyang.xyz*, I self-host a bunch of services (including this blog), using the finest grade gaming hardware. Here, I mostly talk about technology stuff, like Linux, programming, etc. Maybe some other content soon... + """ [languages] [languages.en.params.logo] |