Personal website of Chris Holden, hosted using GitHub Pages.
Ruby with Jekyll for Github Pages. From documentation:
First get bundler gem:
sudo apt-get install ruby-dev
sudo gem install bundleNext use the Gemfile to manage the Ruby Gems as used on Github Pages:
bundle installFinally have Jekyll serve the site locally using the environment setup through bundle:
bundle exec jekyll serve -w