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 rbenv and plugin ruby-build.
- Make sure the build environment is correct.
- Install the correct Ruby version with
rbenv install 3.3.4
and set the version by runningrbenv local 3.3.4
- Clone down the project locally.
- Run
bundle install
. - Run
bundle exec jekyll serve
.