diff options
author | Anthony Wang | 2022-11-27 23:21:30 +0000 |
---|---|---|
committer | Anthony Wang | 2022-11-27 23:21:30 +0000 |
commit | 15cc672734bf2f194c9807f2a0996afd63fe2b95 (patch) | |
tree | 9b76dd0663d3a82ca126ed3a04131bdd76f81a2b /config.toml | |
parent | e6af0d43214e401771ccf8dfd99cfd73bfdf91b2 (diff) |
Add Codeberg icon to home page
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config.toml b/config.toml index 11a8f4e..ffd5ddb 100644 --- a/config.toml +++ b/config.toml @@ -49,11 +49,12 @@ theme = 'gokarna' footer = '🎉 Made with Hugo and frustration! - CC BY-SA 4.0' socialIcons = [ {name = 'email', url = '/about/email'}, - {name = 'matrix', url = 'https://matrix.to/#/@a:exozy.me'}, + {name = 'gitea', url = 'https://git.exozy.me/a'}, + {name = 'codeberg', url = 'https://codeberg.org/xy'}, {name = 'mastodon', url = 'https://social.exozy.me/@a'}, {name = 'peertube', url = 'https://tube.exozy.me/a/a/video-channels'}, - {name = 'gitea', url = 'https://git.exozy.me/a/'}, - {name = 'codeforces', url = 'https://codeforces.com/profile/Ta180m'}, + {name = 'matrix', url = 'https://matrix.to/#/@a:exozy.me'}, {name = 'archlinux', url = 'https://aur.archlinux.org/packages/?K=Ta180m&SeB=m'}, + {name = 'codeforces', url = 'https://codeforces.com/profile/Ta180m'}, {name = 'liberapay', url = 'https://liberapay.com/xy/'}, ] |