diff options
-rw-r--r-- | config.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 4c8540f..422e6b9 100644 --- a/config.toml +++ b/config.toml @@ -27,10 +27,18 @@ enableEmoji = true 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" url = "mailto:rasmus@mullvad.net" |