diff --git a/pelicanconf.py b/pelicanconf.py index 6edca44..faf86e1 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -36,7 +36,7 @@ HOSTS = ( ('tilde.fun', 'https://tilde.fun/~mspe'), ('theasylum.team', 'https://theasylum.team/~mspe'), ('tilde.pink', 'https://tilde.pink/~mspe'), -('hamish.space', 'https://hamish.space/~mspe'), +# ('hamish.space', 'https://hamish.space/~mspe'), ('dimension.sh', 'https://dimension.sh/~mspe'), ('southlondon.cc', 'https://southlondon.cc/~mspe'), ('squiggle.city', 'https://squiggle.city/~mspe'), diff --git a/sync.sh b/sync.sh index 7e9861b..7f75f76 100755 --- a/sync.sh +++ b/sync.sh @@ -76,7 +76,7 @@ rs 22 'mspe' 'tilde.town' 'public_html' rs 22 'mspe' 'tilde.fun' 'html' rs 22 'mspe' 'theasylum.team' 'public_html' rs 22 'mspe' 'tilde.pink' 'public_html' -rs 22 'mspe' 'hamish.space' 'public_html' +# rs 22 'mspe' 'hamish.space' 'public_html' rs 22 'mspe' 'dimension.sh' 'public_html' rs 22 'mspe' 'southlondon.cc' 'public_html' rs 22 'mspe' 'squiggle.city' 'public_html'