From 78ad96d11d2c68b0f5e3713a16d23e1755dffb3d Mon Sep 17 00:00:00 2001 From: Scott Hatlen Date: Fri, 2 Jun 2023 22:32:25 -0700 Subject: [PATCH] updated readme --- README.md | 18 +++++++++++------- update.sh => scripts/update.sh | 0 2 files changed, 11 insertions(+), 7 deletions(-) rename update.sh => scripts/update.sh (100%) diff --git a/README.md b/README.md index 375a96d..db438d2 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ -### Prereqs: -Docker -Internet connection +## My personal blog +In all its glory. Feel free to browse it here like a weirdo, then check it out running as the chef intended at [https://blog.scottyah.com](https://blog.scottyah.com) -### To run: -git clone https://github.com/scottyah/scottyah-blog.git -docker build --no-cache -t blog-svr . -docker run -d -p 80:80 blog-svr \ No newline at end of file +### To update site +git pull +./scripts/make_webp.sh +git add, commit, and push + +log on to p0 +go to blog directory +chmod +x update.sh +./update.sh \ No newline at end of file diff --git a/update.sh b/scripts/update.sh similarity index 100% rename from update.sh rename to scripts/update.sh