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.
 
 
 
 
Jerry Aldrich 45fcd9a336 Add in old Chef blog for historical purposes 3 years ago
..
_layouts Add in old Chef blog for historical purposes 3 years ago
_posts Add in old Chef blog for historical purposes 3 years ago
_sass Add in old Chef blog for historical purposes 3 years ago
categories Add in old Chef blog for historical purposes 3 years ago
css Add in old Chef blog for historical purposes 3 years ago
images Add in old Chef blog for historical purposes 3 years ago
js Add in old Chef blog for historical purposes 3 years ago
.gitignore Add in old Chef blog for historical purposes 3 years ago
CNAME Add in old Chef blog for historical purposes 3 years ago
Gemfile Add in old Chef blog for historical purposes 3 years ago
Gemfile.lock Add in old Chef blog for historical purposes 3 years ago
README.md Add in old Chef blog for historical purposes 3 years ago
_config.yml Add in old Chef blog for historical purposes 3 years ago
about.html Add in old Chef blog for historical purposes 3 years ago
index.html Add in old Chef blog for historical purposes 3 years ago
keybase.txt Add in old Chef blog for historical purposes 3 years ago

README.md

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