Started work on a new layout

This commit is contained in:
2021-08-17 14:41:24 -04:00
parent 74b55dd4fe
commit 4ca12a0654
9 changed files with 124 additions and 49 deletions

8
bin/docker-watch.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
docker run -d --rm \
--volume="$PWD/src:/srv/jekyll" \
--publish 4000:4000 \
--name="jekyll" \
jekyll/jekyll:4 \
jekyll serve