The external site for the student orchestra LiTHe Blås. The site is built with Jekyl and Bootstrap. Keep it simple.
The site is hosted on GitHub Pages. To make updates you just need to update the correct page/markdown page and push it to the master branch. The site should be rebuilt and deployed in a couple of moments.
- Install the requirements for Jekyll (https://jekyllrb.com/docs/installation/#requirements)
- Clone down the project localy.
- Run
bundle install
. - Run
bundle exec jekyll serve
.