diff --git a/pelicanconf.py b/pelicanconf.py index 5faf42b..1752b25 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -31,6 +31,7 @@ HOSTS = ( ('tilde.club', 'https://tilde.club/~mspe'), ('tilde.town', 'https://tilde.town/~mspe'), ('yourtilde.com', 'https://yourtilde.com/~mspe'), +('tilde.fun', 'https://tilde.fun/~mspe'), ('dimension.sh', 'https://dimension.sh/~mspe'), ('tilde.pw', 'https://tilde.pw/~mspe'), ('aussies.space', 'https://aussies.space/~mspe'), diff --git a/sync.sh b/sync.sh index 6f15fd2..4a68c8d 100755 --- a/sync.sh +++ b/sync.sh @@ -50,6 +50,8 @@ rs 22 'mspe' 'tilde.town' 'public_html' rs 22 'marc' 'yourtilde.com' 'public_html' rs 22 'mspe' 'yourtilde.com' 'public_html' +rs 22 'mspe' 'tilde.fun' 'html' + rs 22 'mspe' 'dimension.sh' 'public_html' rs 22 'marc' 'tilde.pw' 'public_html'