From 9218800966a7d60b5173d272aa4da47791083cb5 Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Thu, 9 Nov 2023 00:07:06 +0000 Subject: Fix up deployment and title page Fixes up the deployment script to work, and fix the markup in the title page --- Makefile | 2 +- index.ms | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 93319d6..4464408 100644 --- a/Makefile +++ b/Makefile @@ -10,4 +10,4 @@ clean: rm -rf target/ deploy: site - rsync target/ /var/www/ + rsync -rv --delete-delay target/* ben@ashardalon.com:/var/www/main/ diff --git a/index.ms b/index.ms index 9392721..03840b7 100644 --- a/index.ms +++ b/index.ms @@ -1,5 +1,7 @@ -.TL Website main page -.AU Ben Culkin +.TL +Website main page +.AU +Ben Culkin .PP Welcome to my website. There's not much here at the moment, but there will hopefully be some more stuff -- cgit v1.2.3