jamigibbs / phantom

A minimalist, responsive portfolio theme for Jekyll with Bootstrap
http://jamigibbs.github.io/phantom/
MIT License
341 stars 410 forks source link

Pagination plugin is no longer maintained. #14

Closed ghost closed 4 years ago

ghost commented 5 years ago

When I installed the recommended version of ruby + devkit for windows and did bundle exec jekyll serve with this template I got the following error.

C:\Users\sacha\Documents\sus\your-dir-name>bundle exec jekyll serve
Could not find gem 'jekyll-paginate (~> 1.1) x64-mingw32' in any of the gem sources listed in your Gemfile.
Run `bundle install` to install missing gems.

C:\Users\sacha\Documents\sus\your-dir-name>bundle install
Fetching gem metadata from https://rubygems.org/..............
Fetching gem metadata from https://rubygems.org/..
Resolving dependencies...
Bundler could not find compatible versions for gem "bundler":
  In Gemfile:
    bundler (~> 1.16) x64-mingw32

  Current Bundler version:
    bundler (2.0.1)
This Gemfile requires a different version of Bundler.
Perhaps you need to update Bundler by running `gem install bundler`?

Could not find gem 'bundler (~> 1.16)' in any of the relevant sources:
  the local ruby installation

Checking the page for the package (https://github.com/jekyll/jekyll-paginate) I found that it is no longer maintained, which will prevent more people from using this template as other versions of ruby eol.

ghost commented 5 years ago

Further investigation says https://github.com/sverrirs/jekyll-paginate-v2 should be used to replace it. It claims to be backwards compatible too.