From c5ee134dbb53f9bc40d717dbc09b209807988084 Mon Sep 17 00:00:00 2001 From: defanor Date: Thu, 15 Feb 2024 13:38:56 +0300 Subject: Merge the phlog into the website Now supporting file listings, which are used for blog posts, and generating a gophermap with their index. --- tools/publish.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/publish.sh') diff --git a/tools/publish.sh b/tools/publish.sh index aa01628..56055ba 100755 --- a/tools/publish.sh +++ b/tools/publish.sh @@ -2,5 +2,5 @@ make -f tools/Makefile -rsync -avz *.xhtml notes pictures files uberspace.net:public_html/ -rsync -avz *.xhtml notes pictures files thunix.net:public_html/ +rsync -avz *.xhtml gophermap notes pictures files blog uberspace.net:public_html/ +rsync -avz *.xhtml gophermap notes pictures files blog thunix.net:public_html/ -- cgit v1.2.3