diff options
| author | Benjamin Culkin <bjculkin@sitri.goetia> | 2023-11-09 00:07:06 +0000 |
|---|---|---|
| committer | Benjamin Culkin <bjculkin@sitri.goetia> | 2023-11-09 00:07:06 +0000 |
| commit | 9218800966a7d60b5173d272aa4da47791083cb5 (patch) | |
| tree | d6b87b33ae7281f591ace63602dd6b9b3b84aea3 | |
| parent | bc9e5a83408e38113b0b54870f3672596f1df2a5 (diff) | |
Fixes up the deployment script to work, and fix the markup in the title
page
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | index.ms | 6 |
2 files changed, 5 insertions, 3 deletions
@@ -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/ @@ -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 |
