Skip to content

Commit

Permalink
add jekyll-paginate
Browse files Browse the repository at this point in the history
  • Loading branch information
geobrando committed Sep 17, 2016
1 parent 89b4add commit c2204b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
source 'https://rubygems.org'
gem 'github-pages'
gem 'github-pages', group: :jekyll_plugins
gem 'jekyll-feed'
gem 'html-proofer', github: 'gjtorikian/html-proofer', :ref => 'cfdaad62e2'
gem 'geojsonlint'
gem 'httparty'
gem 'httparty'
gem 'jekyll-paginate'
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ DEPENDENCIES
html-proofer!
httparty
jekyll-feed
jekyll-paginate

BUNDLED WITH
1.13.1
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ exclude: [vendor]

gems:
- jekyll-feed
- jekyll-paginate

0 comments on commit c2204b8

Please sign in to comment.