Jekyll AsciiDoc Blog Sample Table of Contents Licence Serve with drafts Build site Licence Based on Jekyll Asciidoc Quickstart Serve with drafts docker run -p 4000:4000 --volume="$PWD:/srv/jekyll" -it jekyll/jekyll:3.5 jekyll serve --drafts Build site docker run --volume="$PWD:/srv/jekyll" -it jekyll/jekyll:3.5 jekyll build