Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 546 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 546 Bytes

Personal website of Chris Holden, hosted using GitHub Pages.

Dependencies:

Ruby with Jekyll for Github Pages. From documentation:

First get bundler gem:

sudo apt-get install ruby-dev
sudo gem install bundle

Next use the Gemfile to manage the Ruby Gems as used on Github Pages:

bundle install

Finally have Jekyll serve the site locally using the environment setup through bundle:

bundle exec jekyll serve -w