Content for blog.jerryaldrichiii.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

465 B

blog.jerryaldrichiii.com

This is a GitHub Pages blog. You can view it at blog.jerryaldrichiii.com.

Running Locally

  1. Verify Ruby 2.1.0 or higher is installed:
$ruby --version
ruby 2.X.X
  1. Install Bundler
$ gem install bundler
  1. Run bundle install inside this repo

  2. Run bundle exec jekyll serve

  3. Navigate to http://127.0.0.1:4000