diff --git a/pelicanconf.py b/pelicanconf.py index 90dc7e7..ad52b95 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -20,6 +20,7 @@ HOSTS = ( ('rwx.work', 'https://blog.rwx.work'), ('envs.net', 'https://mspe.envs.net'), ('tilde.team', 'https://mspe.tilde.team'), +('tilde.cafe', 'https://mspe.tilde.cafe'), ('tilde.institute', 'https://mspe.tilde.institute'), ('tilde.club', 'https://tilde.club/~mspe'), ('remotes.club', 'https://mspe.remotes.club'), @@ -33,6 +34,7 @@ HOSTS = ( ('theasylum.team', 'https://theasylum.team/~mspe'), ('tilde.town', 'https://tilde.town/~mspe'), ('tilde.fun', 'https://tilde.fun/~mspe'), +('tilde.pink', 'https://tilde.pink/~mspe'), ('hamish.space', 'https://hamish.space/~mspe'), ('dimension.sh', 'https://dimension.sh/~mspe'), ('tilde.pw', 'https://tilde.pw/~mspe'), diff --git a/sync.sh b/sync.sh index 0288160..5ad3d11 100755 --- a/sync.sh +++ b/sync.sh @@ -27,6 +27,8 @@ echo 'FastCGI & PHP / .' rs 22 'mspe' 'envs.net' 'public_html' # .cgi .lua .pl .py .sh /cgi-bin .php rs 22 'mspe' 'tilde.team' 'public_html' +# .cgi .lua .pl .py .sh /cgi-bin .php +rs 22 'mspe' 'tilde.cafe' 'public_html' # .cgi .php rs 22 'mspe' 'tilde.institute' 'public_html' @@ -71,6 +73,7 @@ echo 'ΓΈ / ~' 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' 'dimension.sh' 'public_html' rs 22 'mspe' 'tilde.pw' 'public_html'