The source code for https://simplabs.com
bundle install
bundle exec jekyll serve
TODO: Update the repo build to push an image to the Simplabs Docker Hub to avoid everyone having to build locally
TODO: Figure out why Jekyll takes so long to rebuild the site on local changes
- Build the image
docker build -t simplabs/jekyll-serve .
- Run
cd the/website/directory
docker run -p 8080:4000 -v $(pwd):/site simplabs/jekyll-serve
- Access the site on
locahost:8080
Copyright © 2014-2019 simplabs GmbH (https://simplabs.com), released under the Creative Commons Attribution-NonCommercial 4.0 International license.