Clone this repo:
  1. c738db6 Website build Website/master-320 by Eclipse IoT Packages Bot · 1 year, 3 months ago master
  2. 2e12d17 Website build Website/master-315 by Eclipse IoT Packages Bot · 1 year, 4 months ago
  3. 66bbaaf Website build Website/master-314 by Eclipse IoT Packages Bot · 1 year, 4 months ago
  4. 7ff8e80 Website build Website/master-312 by Eclipse IoT Packages Bot · 1 year, 5 months ago
  5. 2ac7846 Website build Website/master-310 by Eclipse IoT Packages Bot · 1 year, 5 months ago

Serve Homepage:

JEKYLL_VERSION=4
docker run --rm --volume="$PWD:/srv/jekyll:z" --volume="$PWD/vendor/bundle:/usr/local/bundle:z" -eJEKYLL_UID=$UID -p 4000:4000 -it docker.io/jekyll/jekyll:$JEKYLL_VERSION jekyll serve

On Windows:

set JEKYLL_VERSION=4
docker run --rm --volume="%CD%:/srv/jekyll" --volume="%CD%/vendor/bundle:/usr/local/bundle" -p 4000:4000 -it docker.io/jekyll/jekyll:%JEKYLL_VERSION% jekyll serve