From c0a94e55c4312a0c62f9bf5c0a4d8b7ae0903ac7 Mon Sep 17 00:00:00 2001 From: Kai Stevenson Date: Thu, 6 Oct 2022 21:27:15 -0700 Subject: updated homepage --- index.html | 42 +++++++++++++++++++++--------------------- updatesite.command | 9 +++++++++ 2 files changed, 30 insertions(+), 21 deletions(-) create mode 100755 updatesite.command diff --git a/index.html b/index.html index 73c72b6..c150db9 100644 --- a/index.html +++ b/index.html @@ -1,21 +1,21 @@ - - - - -
-
-

Hello, I'm Kai!

-

This is my Web site for cool things, like my programming, music, writing, photography, and anything else I think of. - I'm a social sciences student at UVic, though I'm also passionate about technology. I also have another website at - https://www.kaistevenson.com, which takes itself a little more seriously. -

- Writing../ - Photography../ - Music../ - Programming../ - Etc../ - - -
-
- \ No newline at end of file + + + + +
+
+

Hello, I'm Kai!

+

This is my Web site for cool things, like my programming, music, writing, photography, and anything else I think of. + I'm a social sciences student at UVic, though I'm also passionate about technology. I also have another website at + https://www.kaistevenson.com, which takes itself a little more seriously. You can also email me at kai@kaistevenson.com. +

+ Writing../ + Photography../ + Music../ + Programming../ + Etc../ + + +
+
+ diff --git a/updatesite.command b/updatesite.command new file mode 100755 index 0000000..8fe5a3e --- /dev/null +++ b/updatesite.command @@ -0,0 +1,9 @@ +if [ $# -eq 0 ]; then + exit 0 +fi + + +rsync -avzP --rsh=ssh ~/Web/aetherdestroyer root@aetherdestroyer.net:/var/www/ +git add . +git commit -S -m "$1" +git push origin main -- cgit v1.2.3-70-g09d2