From e6b0f884a9915f728b20ce1067d36781757cbcf6 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Thu, 21 Dec 2023 08:21:14 -0600 Subject: [PATCH] add more social links --- config/_default/params.toml | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 0fb6d21..fa8f5ba 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -128,20 +128,30 @@ title = "CounterSocial" url = "https://counter.social/@john_b" [[socialLinks]] -icon = "fa-solid fa-comments" -title = "SimpleX Chat" -url = "https://runtimeterror.dev/simplex" - -[[socialLinks]] -icon = "fa-solid fa-envelope" -title = "Email" -url = "mailto:jbowdre@omg.lol" +icon = "fa fa-mastodon" +title = "Mastodon" +url = "https://social.lol/@jbowdre" [[socialLinks]] icon = "fa-solid fa-heart" title = "omg.lol" url = "https://jbowdre.omg.lol" +[[socialLinks]] +icon = "fa-solid fa-comments" +title = "SimpleX Chat" +url = "https://runtimeterror.dev/simplex" + +[[socialLinks]] +icon = "fa fa-matrix-org" +title = "Matrix" +url = "https://matrix.to/#/@jbowdre:omg.lol" + +[[socialLinks]] +icon = "fa-solid fa-envelope" +title = "Email" +url = "mailto:jbowdre@omg.lol" + [[powerLinks]] title = "hugo" url = "https://gohugo.io"