This hosts the landing page and blog at www.shiphp.com.
- Build the site:
docker run --rm -it -v $PWD:/srv/jekyll jekyll/jekyll:latest jekyll build
- Serve locally:
docker run --rm -it -v $PWD:/srv/jekyll -p 4000:4000 jekyll/jekyll:latest jekyll serve