From 477de87b6f9f125a7b77a5c023d70ad55f30a99f Mon Sep 17 00:00:00 2001 From: Skiz Date: Mon, 2 Sep 2024 16:15:16 -0400 Subject: Made update script --- themes/vapor/layouts/index.html | 5 +---- update.sh | 5 +++++ 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100755 update.sh 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 {
-

Welcome! This is my webpage. Thank you for visiting my site.

+

Thank you for visiting my site.

Add my RSS feed to stay updated: RSS FEED.


- I plan to use this site to share my thoughts, opinions, and knowledge; On certain topics.

Site info:

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.
- Now, a fair warning: Some statements on this website may be satire, jokes, or simply false.
-

Site links:

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/ -- cgit v1.2.3