# blog.jerryaldrichiii.com This is a [GitHub Pages](https://pages.github.com/) blog. You can view it at [blog.jerryaldrichiii.com](blog.jerryaldrichiii.com). ## Running Locally 1. Verify Ruby 2.1.0 or higher is installed: ``` $ruby --version ruby 2.X.X ``` 2. Install Bundler ``` $ gem install bundler ``` 3. Run `bundle install` inside this repo 4. Run `bundle exec jekyll serve` 5. Navigate to [http://127.0.0.1:4000](http://127.0.0.1:4000)