Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 572 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 572 Bytes

cevelop.github.io

Repository for the Cevelop website.

The site is based on Jekyll. Each commit on the master branch builds and releases the site automatically.

Thanks to Docker, no dependencies have to be installed locally. Just execute the following command:

docker run --rm -it -v $(pwd):/srv/jekyll -p 127.0.0.1:4000:4000 jekyll/jekyll:pages bash -c "gem install webrick && jekyll serve"

The site will then be available on http://localhost:4000 and is rebuilt automatically with each change.