From a15973144f0edaca55e55fc6df4bc795cfa775ef Mon Sep 17 00:00:00 2001 From: fbievan Date: Sun, 26 Mar 2023 22:32:50 -0500 Subject: [PATCH] Add Mastodon and Pleroma --- config.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config.toml b/config.toml index 821a75e..5329e26 100644 --- a/config.toml +++ b/config.toml @@ -107,6 +107,19 @@ theme = "hugo-ficurinia" name = "matrix" url = "https://matrix.to/#/@fbievan1:matrix.org" weight = 20 + [[menu.icons]] + identifier = "pleroma" + name = "pleroma" + url = "https://social.fbievan.live/users/fbievan" + weight = 10 +[[menu.icons]] + identifier = "mastodon" + name = "mastodon" + url = "https://social.linux.pizza/@fbievan" + weight = 10 + + + # this section is necessary if you want infinite scrolling # it allows to output the article list as paged JSON so that "pages" can be retrieved via javascript