Skip to content

ceholden/ceholden.github.io

Repository files navigation

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

Releases

No releases published

Packages

No packages published