🗄️ Archived - this website is no longer being maintained by me. This repository will shortly be made read-only.
Website for 66 Sherwin Road — a student house in Nottingham.
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.