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
465 B
blog.jerryaldrichiii.com
This is a GitHub Pages blog. You can view it at blog.jerryaldrichiii.com.
Running Locally
- Verify Ruby 2.1.0 or higher is installed:
$ruby --version
ruby 2.X.X
- Install Bundler
$ gem install bundler
-
Run
bundle install
inside this repo -
Run
bundle exec jekyll serve
-
Navigate to http://127.0.0.1:4000