diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-12-22 17:49:36 -0600 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-12-22 17:49:36 -0600 |
commit | 058c2cd1c964a1a16630eaffaec7f640f138be60 (patch) | |
tree | 85fe165cb7f4f657de457e36f699c9423b2e58d1 | |
parent | Use correct tree link (diff) | |
download | website-058c2cd1c964a1a16630eaffaec7f640f138be60.tar website-058c2cd1c964a1a16630eaffaec7f640f138be60.tar.gz website-058c2cd1c964a1a16630eaffaec7f640f138be60.tar.bz2 website-058c2cd1c964a1a16630eaffaec7f640f138be60.tar.lz website-058c2cd1c964a1a16630eaffaec7f640f138be60.tar.xz website-058c2cd1c964a1a16630eaffaec7f640f138be60.tar.zst website-058c2cd1c964a1a16630eaffaec7f640f138be60.zip |
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '')
-rw-r--r-- | config.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 48f856d..81eaccb 100644 --- a/config.toml +++ b/config.toml @@ -54,30 +54,35 @@ name = "Git repositories" icon = "fa fa-git fa-2x" weight = 1 url = "https://git.mattstrapp.net" +rel = "me" [[params.social]] name = "GitHub" icon = "fa fa-github fa-2x" weight = 2 url = "https://github.com/RossTheRoss" +rel = "me" [[params.social]] name = "LinkedIn" icon = "fa fa-linkedin fa-2x" weight = 3 url = "https://www.linkedin.com/in/mattstrapp" +rel = "me" [[params.social]] name = "Mastodon" icon = "fa fa-brands fa-mastodon fa-2x" weight = 4 url = "https://gts.mattstrapp.net/@me" +rel = "me" [[params.social]] name = "Bluesky" icon = "fa fa-brands fa-bluesky fa-2x" weight = 5 url = "https://bsky.app/profile/mattstrapp.net" +rel = "me" # [[params.social]] # name = "Portfolio Site" |