Website for 66 Sherwin Road — a student house in Nottingham.
https://www.66sherwinroad.co.uk/
The site uses Bundler to manage the Ruby gems and is built using Jekyll. The theme is Minima.
- To install the dependencies, run
bundle install
. - To start the development server, run
bundle exec jekyll serve
. - To create a production build in
./_site
, runbundle exec jekyll build
.