From 5a7ce1a7b18c8fb5d23278b90c324b857f732bbc Mon Sep 17 00:00:00 2001 From: mat ess Date: Tue, 15 Nov 2022 23:07:42 -0500 Subject: [PATCH] Reorder me links, add pleroma --- config.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 03eab61..cfbc431 100644 --- a/config.toml +++ b/config.toml @@ -45,9 +45,10 @@ menu = [ ] me_links = [ - { name = "github", url = "https://github.com/matthewess" }, - { name = "gitlab", url = "https://gitlab.com/matthewess" }, - { name = "pijul nest", url = "https://nest.pijul.org/mat" }, + { name = "stereophonic.space", url = "https://stereophonic.space/mat" }, + { name = "pijul nest", url = "https://nest.pijul.com/mat" }, { name = "lobste.rs", url = "https://lobste.rs/u/mat" }, + { name = "gitlab", url = "https://gitlab.com/matthewess" }, + { name = "github", url = "https://github.com/matthewess" }, ]