Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 574 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 574 Bytes

About This Project

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.

Run locally

Docker on Linux/OSX

docker run --rm --volume="$PWD:/srv/jekyll" -p 4000:4000 -it jekyll/minimal jekyll serve

Docker on Windows

docker run --rm --volume="${PWD}:/srv/jekyll" -p 4000:4000 -it jekyll/minimal jekyll serve