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.
23 lines
465 B
23 lines
465 B
# 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)
|
|
|