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