From 3f60486aebd2a89ddcb3443d59cb49d324e17d5b Mon Sep 17 00:00:00 2001 From: waifu Date: Sat, 10 Dec 2022 11:21:27 -0700 Subject: [PATCH 1/2] test --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d52b262..ee358a2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # new_waifuism_life -Yet another try of making a website \ No newline at end of file +Yet another try of making a website + +Made with hugo and gitea \ No newline at end of file From 8da6af1c61b517abaf8b2df8adbe95e7fe9da445 Mon Sep 17 00:00:00 2001 From: waifu Date: Sat, 10 Dec 2022 11:23:15 -0700 Subject: [PATCH 2/2] change in case hugo does something on the code when im not looking --- deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy.sh b/deploy.sh index bc4190e..055451a 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,3 +1,4 @@ cd /mnt/slab/new_waifuism_life +git restore . git pull ./hugo \ No newline at end of file