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.
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.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.