From 56666f2e903df017e443e7ede21bce75cbf6d678 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 12 Apr 2020 05:27:14 +0200 Subject: [PATCH] thunix --- pelicanconf.py | 2 ++ sync.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/pelicanconf.py b/pelicanconf.py index d3b9ff8..803e4ee 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -25,6 +25,8 @@ HOSTS = ( # ('fr.tild3.org', 'https://mspe.fr.tild3.org'), # ('radiofreqs.space', 'https://marc.radiofreqs.space'), ('remotes.club', 'https://marc.remotes.club'), + +('thunix.net', 'https://thunix.net/~marc'), ) SITES = ( diff --git a/sync.sh b/sync.sh index 8659f9a..26cbe36 100755 --- a/sync.sh +++ b/sync.sh @@ -22,3 +22,5 @@ rs 22 'marc' 'tilde.institute' 'public_html' # rs 22 'mspe' 'fr.tild3.org' 'public_html' # rs 22 'marc' 'radiofreqs.space' 'public_html' rs 9022 'marc' 'remotes.club' 'web' + +rs 22 'marc' 'thunix.net' 'public_html'