diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-04-10 17:27:05 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-04-10 17:27:05 +0200 |
commit | e50dd4dd7ff42fe09acc796eb063c5f3be38f0d1 (patch) | |
tree | 70c703d278fa449717e345e78719c49b724f1f63 | |
parent | 6d3bb04c24aa9c7074efa13848352e732453123a (diff) |
add social media
-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" |