I have installed this jekyll theme. But faced with one issue.
If I do:
bundle exec jekyll serve
All work fine (_site
f
I had the same question. I get the error:
Dependency Error: Yikes! It looks like you don't have jekyll-paginate or one of its dependencies installed. In order to use Jekyll as currently configured, you'll need to install this gem. The full error message from Ruby is: 'cannot load such file -- jekyll-paginate' If you run into trouble, you can find helpful resources at https://jekyllrb.com/help/!
And I solved it by Edit the Gemfile! Add gem "jekyll-paginate", "~> 1.1.0"
and it works!