docker run -d --name blog -p 4000:4000 -w /srv/jekyll -v $(pwd):/srv/jekyll \
jekyll/jekyll:3.5.2 /bin/bash -c "bundle install && jekyll server -H 0.0.0.0 --watch"
or use the start script:
./bin/start.fish
Everything in source
branch is pushed automatically to master
.
From there it will be put online automatically.
See travis-ci to
understand the jekyll rake
task.`