From 5f971f76e6244dc776e3b71c0eb3cc7e6859e7b0 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 18 Apr 2022 14:18:16 +0200 Subject: [PATCH] shrink --- pelicanconf.py | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index f68c30c..af4b8d8 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -53,30 +53,12 @@ HOSTS = ( ) SITES = ( - ('rwx.work', 'https://rwx.work'), - ('marc-beninca.fr', 'https://marc-beninca.fr'), - ('tilde.link', 'https://tilde.link'), + ('Marc Beninca', 'https://marc.beninca.link'), ) GIT = ( - ('bitbucket.org', 'https://bitbucket.org/m-s-p-e'), - ('codeberg.org', 'https://codeberg.org/mspe?tab=activity'), - ('framagit.org', 'https://framagit.org/mspe'), - ('frogg.it', 'https://lab.frogg.it/mspe'), - ('gitea.com', 'https://gitea.com/mspe?tab=activity'), - ('gitgud.io', 'https://gitgud.io/mspe'), - ('github.com', 'https://github.com/m-s-p-e'), - ('gitlab.com', 'https://gitlab.com/mspe'), - ('insomnia247.nl', 'https://git.insomnia247.nl/mspe'), - ('notabug.org', 'https://notabug.org/mspe?tab=activity'), - ('pagure.io', 'https://pagure.io/user/mspe'), - ('sr.ht', 'https://sr.ht/~mspe'), - ('tildegit.org', 'https://tildegit.org/mspe?tab=activity'), ('salsa.debian.org', 'https://salsa.debian.org/marc-beninca'), ) SOCIAL = ( - ('keybase.io', 'https://keybase.io/mspe'), - ('linkedin.com', 'https://www.linkedin.com/in/marc-beninca'), - ('lbry.tv', 'https://lbry.tv/@marc-beninca:d'), )