From 04cd72c5b46a16b7b82d581f22fe74d2f1e4916e Mon Sep 17 00:00:00 2001 From: Kai Stevenson Date: Thu, 27 Oct 2022 13:44:18 -0700 Subject: added some links to the homepage --- index.php | 6 +++++- updatesite | 9 +++++++++ updatesite.command | 9 --------- 3 files changed, 14 insertions(+), 10 deletions(-) create mode 100755 updatesite delete mode 100755 updatesite.command diff --git a/index.php b/index.php index aacb441..88a61f8 100644 --- a/index.php +++ b/index.php @@ -7,7 +7,7 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php"); This is my Web site for cool things, like my programming, music, writing, photography, and anything else I think of. I'm a student at The University of Victoria in Canada, though I try to find time to do things other than schoolwork. I also have another - website at + website you can visit at kaistevenson.com, if you don't like this one and want to hurt my feelings. You can email me at kai@kaistevenson.com.

+

+ This site is part of the Null Webring. Take a look at the about page if you want to learn more about that. If you just want + to explore the ring, you can take a look at the homepage. +

diff --git a/updatesite b/updatesite new file mode 100755 index 0000000..dde0a14 --- /dev/null +++ b/updatesite @@ -0,0 +1,9 @@ +rsync -avzP --rsh=ssh . root@www.aberrantflux.xyz:/var/www/aberrantflux-site + +if [ $# -eq 0 ]; then + exit 0 +fi + +git add . +git commit -m "$1" +git push diff --git a/updatesite.command b/updatesite.command deleted file mode 100755 index dde0a14..0000000 --- a/updatesite.command +++ /dev/null @@ -1,9 +0,0 @@ -rsync -avzP --rsh=ssh . root@www.aberrantflux.xyz:/var/www/aberrantflux-site - -if [ $# -eq 0 ]; then - exit 0 -fi - -git add . -git commit -m "$1" -git push -- cgit v1.2.3-70-g09d2