summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSkiz <skiznet@aol.com>2024-09-02 16:15:16 -0400
committerSkiz <skiznet@aol.com>2024-09-02 16:15:16 -0400
commit477de87b6f9f125a7b77a5c023d70ad55f30a99f (patch)
treeb69b5f153da5a3350198bdcbaba6b20b7cd8e7fd
parent859af5a6896fd4b3a2dfdc3e87641c794dbcc653 (diff)
Made update script
-rw-r--r--themes/vapor/layouts/index.html5
-rwxr-xr-xupdate.sh5
2 files changed, 6 insertions, 4 deletions
diff --git a/themes/vapor/layouts/index.html b/themes/vapor/layouts/index.html
index c2f7468..47d3949 100644
--- a/themes/vapor/layouts/index.html
+++ b/themes/vapor/layouts/index.html
@@ -16,22 +16,19 @@ h3 {
</style>
<div class="center">
- <p>Welcome! This is my webpage. Thank you for visiting my site.</p>
+ <p>Thank you for visiting my site.</p>
<p>Add my RSS feed to stay updated: <a href="index.xml">RSS FEED</a>.</p>
<hr>
<p>
- I plan to use this site to share my thoughts, opinions, and knowledge; On certain topics.
<h3>Site info:</h3>
This website is hosted on Debian 12 with NGINX as the web server. I use
HUGO to make the site and the theme is a modified version of Luke
Smith's LUGO theme. <br>
- Now, a fair warning: Some statements on this website may be satire, jokes, or simply false.
<br>
- <a href="https://kernel.org"><img src="/images/gifs/linux.gif"></a>
</p>
<h3>Site links:</h3>
</div>
diff --git a/update.sh b/update.sh
new file mode 100755
index 0000000..90bc619
--- /dev/null
+++ b/update.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+hugo
+
+rsync -rtvzP public/ cheems@schizoid.party:/var/www/ill/