diff --git a/pelicanconf.py b/pelicanconf.py index 803e4ee..5fdfbbc 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -27,6 +27,8 @@ HOSTS = ( ('remotes.club', 'https://marc.remotes.club'), ('thunix.net', 'https://thunix.net/~marc'), +('tilde.club', 'https://tilde.club/~mspe'), +('tilde.town', 'https://tilde.town/~marc'), ) SITES = ( diff --git a/sync.sh b/sync.sh index 26cbe36..2cd1184 100755 --- a/sync.sh +++ b/sync.sh @@ -24,3 +24,5 @@ rs 22 'marc' 'tilde.institute' 'public_html' 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'