From b405c4fc98d408cd6797f7ac070f2f23b31a1553 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 31 Jul 2020 21:31:49 +0200 Subject: [PATCH] dimension.sh --- pelicanconf.py | 1 + sync.sh | 2 ++ 2 files changed, 3 insertions(+) diff --git a/pelicanconf.py b/pelicanconf.py index a1b616d..b551934 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'), +('dimension.sh', 'https://dimension.sh/~mspe'), ('tilde.pw', 'https://tilde.pw/~mspe'), ('aussies.space', 'https://aussies.space/~mspe'), ('squiggle.city', 'https://squiggle.city/~mspe'), diff --git a/sync.sh b/sync.sh index 0bd5c9e..6f15fd2 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' 'dimension.sh' 'public_html' + rs 22 'marc' 'tilde.pw' 'public_html' rs 22 'mspe' 'tilde.pw' 'public_html'