diff --git a/pelicanconf.py b/pelicanconf.py index 5fdfbbc..9dfbb3a 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -29,6 +29,9 @@ HOSTS = ( ('thunix.net', 'https://thunix.net/~marc'), ('tilde.club', 'https://tilde.club/~mspe'), ('tilde.town', 'https://tilde.town/~marc'), +('tilde.pw', 'https://tilde.pw/~marc'), +('aussies.space', 'https://aussies.space/~marc'), +('squiggle.city', 'https://squiggle.city/~mspe'), ) SITES = ( diff --git a/sync.sh b/sync.sh index 2cd1184..304315f 100755 --- a/sync.sh +++ b/sync.sh @@ -26,3 +26,6 @@ rs 9022 'marc' 'remotes.club' 'web' rs 22 'marc' 'thunix.net' 'public_html' rs 22 'mspe' 'tilde.club' 'public_html' rs 22 'marc' 'tilde.town' 'public_html' +rs 22 'marc' 'tilde.pw' 'public_html' +rs 22 'marc' 'aussies.space' 'public_html' +rs 22 'mspe' 'squiggle.city' 'public_html'