glossarysh.github.io/makefile
2019-05-31 12:59:13 +01:00

8 lines
156 B
Makefile

JEKYLL_VERSION=3.8
serve:
docker run --rm \
--volume="$(PWD):/srv/jekyll" \
-p 4000:4000 \
-it jekyll/jekyll:$(JEKYLL_VERSION) \
jekyll serve --drafts