updated readme

This commit is contained in:
2023-06-02 22:32:25 -07:00
parent 77f73cd9dd
commit 78ad96d11d
2 changed files with 11 additions and 7 deletions

View File

@@ -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
### 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