Skip to content

cjjeakle/cjjeakle.github.io

Repository files navigation

cjjeakle.github.io

About:

My homepage.
Check it out at www.chrisjeakle.com.

To Get Set Up:

  1. Install or update RVM
  • gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
  • \curl -sSL https://get.rvm.io | bash -s stable
    or
  • rvm get stable
  1. Install at least the version of Ruby required by the Github Pages gem, for example: 2.1.0
  • rvm install 2.1.0
  • rvm use 2.1.0
  • rvm rubygems latest
  1. Install Bundler
  • gem install bundler
  1. Install Github Pages using the included Gemfile
  • bundle install
  1. Start up the site!
  • bundle exec jekyll serve

To Develop and Debug:

Run: bundle exec jekyll serve

About

My homepage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published