1
1
Fork 0

added jekyll.sh

This commit is contained in:
david 2021-05-30 12:28:46 +02:00
parent a464b7ef84
commit 1014d1e145
1 changed files with 8 additions and 0 deletions

8
jekyll.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
export JEKYLL_VERSION=4.2.0
docker run --rm \
--volume="$PWD:/srv/jekyll" \
-p 127.0.0.1:4000:4000/tcp \
-it jekyll/jekyll:$JEKYLL_VERSION \
jekyll $@