theanurin/jekyll
Jekyll - Transform your plain text into static websites and blogs.
6.4K
Jekyll - Transform your plain text into static websites and blogs.
Jekyll
to prevent breaking changes in Jekyll
and it's dependencies.tcp/4000
- Jekyll
development server listening endpointtcp/4001
- Jekyll
live reloading/data
- Sources root (bind/mount here your work directory)jekyll's _config.yml
located)docker run --interactive --rm \
--volume ${PWD}:/data \
--publish 4000:4000 \
theanurin/jekyll
docker build --tag theanurin/jekyll --file docker/Dockerfile . && \
docker run --interactive --tty --rm --entrypoint /bin/sh theanurin/jekyll
docker pull theanurin/jekyll