From e50dd4dd7ff42fe09acc796eb063c5f3be38f0d1 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Sun, 10 Apr 2022 17:27:05 +0200 Subject: add social media --- config.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config.toml b/config.toml index 4c8540f..422e6b9 100644 --- a/config.toml +++ b/config.toml @@ -26,10 +26,18 @@ enableEmoji = true icon = "fab fa-twitter" title = "Twitter" url = "https://twitter.com/__rgdd" + [[params.socialIcons]] + icon = "fab fa-mastodon" + title = "Mastodon" + url = "https://mastodon.social/web/@rgdd" [[params.socialIcons]] icon = "fab fa-github" title = "GitHub" url = "https://github.com/rgdd" + [[params.socialIcons]] + icon = "fab fa-gitlab" + title = "GitLab" + url = "https://gitlab.torproject.org/rgdd" [[params.socialIcons]] icon = "fas fa-envelope" title = "E-mail" -- cgit v1.2.3