Unnamed repository; edit this file 'description' to name the repository.

Clone this repo:
  1. ba23561 Website build Website/master-164 by Eclipse IoT Packages Bot · 2 years, 9 months ago master
  2. ceeda6f Website build Website/master-163 by Eclipse IoT Packages Bot · 2 years, 10 months ago
  3. c0a7438 Website build Website/master-162 by Eclipse IoT Packages Bot · 2 years, 10 months ago
  4. 4e71db4 Website build Website/master-161 by Eclipse IoT Packages Bot · 2 years, 10 months ago
  5. a05cff3 Website build Website/master-160 by Eclipse IoT Packages Bot · 2 years, 10 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