The reference repository is at https://github.com/scala/scala.epfl.ch
website for the Scala Center
The site is built and hosted using GitHub Pages and Jekyll.
You can build and view the site locally with:
bundle install
npm install -g bower
bower install
bundle exec jekyll serve
The generated site is available at http://localhost:4000
.