From d72c13eb9c9451af2360d217fd37627a9b82d54b Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 18 Apr 2022 15:39:16 +0200 Subject: [PATCH] shrink --- pelicanconf.py | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index aa63740..98761d0 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -24,22 +24,11 @@ THEME = 'themes/pelican-striped-html5up' STATIC_PATHS = ['images'] # PLUGINS = ['neighbors'] -HOSTS = ( - ('heathens.club', 'https://heathens.club/~mspe'), - ('dimension.sh', 'https://dimension.sh/~mspe'), - ('southlondon.cc', 'https://southlondon.cc/~mspe'), - ('squiggle.city', 'https://squiggle.city/~mspe'), - # ('rw.rs', 'http://rw.rs/~mspe'), - ('tilde.guru', 'https://tilde.guru/~mspe'), -) - +HOSTS = () SITES = ( ('Marc Beninca', 'https://marc.beninca.link'), ) - GIT = ( ('salsa.debian.org', 'https://salsa.debian.org/marc-beninca'), ) - -SOCIAL = ( -) +SOCIAL = ()