This repository holds the source code of the official website for the Luxembourg Tech School (LTS). Build using Jekyll, Bootstrap 3 and hosted on GitHub Pages.
© 2016 Luxembourg Tech School.
docker run --rm --volume="$PWD:/srv/jekyll" -p 4000:4000 -it jekyll/minimal jekyll serve
docker run --rm --volume="${PWD}:/srv/jekyll" -p 4000:4000 -it jekyll/minimal jekyll serve