This commit is contained in:
Marc Beninca 2021-11-08 23:49:34 +01:00
parent 617d40116e
commit 41c0eec147

View file

@ -17,60 +17,60 @@ AUTHOR_FEED_RSS = None
THEME = 'themes/pelican-striped-html5up' THEME = 'themes/pelican-striped-html5up'
HOSTS = ( HOSTS = (
('rwx.work', 'https://blog.rwx.work'), ('rwx.work', 'https://blog.rwx.work'),
('envs.net', 'https://mspe.envs.net'), ('envs.net', 'https://mspe.envs.net'),
('insomnia247.nl', 'https://mspe.insomnia247.nl'), ('insomnia247.nl', 'https://mspe.insomnia247.nl'),
('tilde.team', 'https://mspe.tilde.team'), ('tilde.team', 'https://mspe.tilde.team'),
('tilde.cafe', 'https://mspe.tilde.cafe'), ('tilde.cafe', 'https://mspe.tilde.cafe'),
('tilde.institute', 'https://mspe.tilde.institute'), ('tilde.institute', 'https://mspe.tilde.institute'),
('tilde.club', 'https://tilde.club/~mspe'), ('tilde.club', 'https://tilde.club/~mspe'),
('remotes.club', 'https://mspe.remotes.club'), ('remotes.club', 'https://mspe.remotes.club'),
('thunix.net', 'https://thunix.net/~mspe'), ('thunix.net', 'https://thunix.net/~mspe'),
('yourtilde.com', 'https://yourtilde.com/~mspe'), ('yourtilde.com', 'https://yourtilde.com/~mspe'),
# ('tilde.ninja', 'https://tilde.ninja/~mspe'), # ('tilde.ninja', 'https://tilde.ninja/~mspe'),
('aussies.space', 'https://aussies.space/~mspe'), ('aussies.space', 'https://aussies.space/~mspe'),
('ctrl-c.club', 'http://ctrl-c.club/~mspe'), ('ctrl-c.club', 'http://ctrl-c.club/~mspe'),
('fr.tild3.org', 'https://mspe.fr.tild3.org'), ('fr.tild3.org', 'https://mspe.fr.tild3.org'),
('tilde.town', 'https://tilde.town/~mspe'), ('tilde.town', 'https://tilde.town/~mspe'),
('tilde.fun', 'https://tilde.fun/~mspe'), ('tilde.fun', 'https://tilde.fun/~mspe'),
('tilde.pink', 'https://tilde.pink/~mspe'), ('tilde.pink', 'https://tilde.pink/~mspe'),
('heathens.club', 'https://heathens.club/~mspe'), ('heathens.club', 'https://heathens.club/~mspe'),
('dimension.sh', 'https://dimension.sh/~mspe'), ('dimension.sh', 'https://dimension.sh/~mspe'),
# ('southlondon.cc', 'https://southlondon.cc/~mspe'), # ('southlondon.cc', 'https://southlondon.cc/~mspe'),
('squiggle.city', 'https://squiggle.city/~mspe'), ('squiggle.city', 'https://squiggle.city/~mspe'),
('rw.rs', 'http://rw.rs/~mspe'), ('rw.rs', 'http://rw.rs/~mspe'),
# ('radiofreqs.space', 'https://mspe.radiofreqs.space'), # ('radiofreqs.space', 'https://mspe.radiofreqs.space'),
# ('hamish.space', 'https://hamish.space/~mspe'), # ('hamish.space', 'https://hamish.space/~mspe'),
('tilde.guru', 'https://tilde.guru/~mspe'), ('tilde.guru', 'https://tilde.guru/~mspe'),
) )
SITES = ( SITES = (
('rwx.work', 'https://rwx.work'), ('rwx.work', 'https://rwx.work'),
('marc-beninca.fr', 'https://marc-beninca.fr'), ('marc-beninca.fr', 'https://marc-beninca.fr'),
('tilde.link', 'https://tilde.link'), ('tilde.link', 'https://tilde.link'),
) )
GIT = ( GIT = (
('bitbucket.org', 'https://bitbucket.org/m-s-p-e'), ('bitbucket.org', 'https://bitbucket.org/m-s-p-e'),
('codeberg.org', 'https://codeberg.org/mspe?tab=activity'), ('codeberg.org', 'https://codeberg.org/mspe?tab=activity'),
('framagit.org', 'https://framagit.org/mspe'), ('framagit.org', 'https://framagit.org/mspe'),
('frogg.it', 'https://lab.frogg.it/mspe'), ('frogg.it', 'https://lab.frogg.it/mspe'),
('gitea.com', 'https://gitea.com/mspe?tab=activity'), ('gitea.com', 'https://gitea.com/mspe?tab=activity'),
('gitgud.io', 'https://gitgud.io/mspe'), ('gitgud.io', 'https://gitgud.io/mspe'),
('github.com', 'https://github.com/m-s-p-e'), ('github.com', 'https://github.com/m-s-p-e'),
('gitlab.com', 'https://gitlab.com/mspe'), ('gitlab.com', 'https://gitlab.com/mspe'),
('insomnia247.nl', 'https://git.insomnia247.nl/mspe'), ('insomnia247.nl', 'https://git.insomnia247.nl/mspe'),
('notabug.org', 'https://notabug.org/mspe?tab=activity'), ('notabug.org', 'https://notabug.org/mspe?tab=activity'),
('pagure.io', 'https://pagure.io/user/mspe'), ('pagure.io', 'https://pagure.io/user/mspe'),
('sr.ht', 'https://sr.ht/~mspe'), ('sr.ht', 'https://sr.ht/~mspe'),
('tildegit.org', 'https://tildegit.org/mspe?tab=activity'), ('tildegit.org', 'https://tildegit.org/mspe?tab=activity'),
('salsa.debian.org', 'https://salsa.debian.org/marc-beninca'), ('salsa.debian.org', 'https://salsa.debian.org/marc-beninca'),
) )
SOCIAL = ( SOCIAL = (
('keybase.io', 'https://keybase.io/mspe'), ('keybase.io', 'https://keybase.io/mspe'),
('linkedin.com', 'https://www.linkedin.com/in/marc-beninca'), ('linkedin.com', 'https://www.linkedin.com/in/marc-beninca'),
('lbry.tv', 'https://lbry.tv/@marc-beninca:d'), ('lbry.tv', 'https://lbry.tv/@marc-beninca:d'),
) )
DEFAULT_PAGINATION = False DEFAULT_PAGINATION = False