/tutorial-ecsa2021

Companion website of tutorial for ECSA 2021.

Primary LanguageHTML

Website of Palladio Tutorial for ECSA 2021

This website uses the Minimal Mistakes Jekyll theme. Build and deployment is done by Github automatically.

Local building is possible in multiple ways but using docker is one of the cleanest options:

docker run --rm -it -v ./:/srv/jekyll/ --security-opt label=disable -p 4000:4000 jekyll/builder:latest /bin/sh -c "bundle install && bundle exec jekyll serve --host 0.0.0.0"

Every change except a change of the _config.yml file results in a rebuild. The result is available on localhost:4000.