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.
|
3 years ago | |
---|---|---|
.. | ||
_layouts | 3 years ago | |
_posts | 3 years ago | |
_sass | 3 years ago | |
categories | 3 years ago | |
css | 3 years ago | |
images | 3 years ago | |
js | 3 years ago | |
.gitignore | 3 years ago | |
CNAME | 3 years ago | |
Gemfile | 3 years ago | |
Gemfile.lock | 3 years ago | |
README.md | 3 years ago | |
_config.yml | 3 years ago | |
about.html | 3 years ago | |
index.html | 3 years ago | |
keybase.txt | 3 years ago |
README.md
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