Add support for Jekyll Archives plugin
- Option to select GitHub Pages compatible tag/category page archive or plugin generated archives
Add WDM gem to properly enable auto-regeneration on Windows
Merge branch 'feature/config-refactor' into develop
Clean-up `Gemfile`
- Remove gems already included with `github-pages`
- Remove Octopress, should be optional
Support Jekyll 3.0
- Update to Jekyll v3.0
- Switch from Pygments.rb to Rouge for syntax highlighting
- Minor updates to syntax.scss partial and theme documentation
- Include jekyll-gist gem
- Close #192, #218
Merged improvement to post-index.html
Merge pull request #141 from cdodd/remove-whitespace
Remove trailing whitespace
Remove trailing whitespace
Update to Jekyll 2.2.0
- Using the theme for the first time install Bundler and then run 'bundle install'
- Updating the theme run 'bundle update' to update all gem dependencies
Add category to rake new_post