don't have jekyll-paginate or one of its dependencies installed

前端 未结 7 954
清歌不尽
清歌不尽 2020-12-28 15:16

I have installed this jekyll theme. But faced with one issue.

If I do:

bundle exec jekyll serve

All work fine (_site f

相关标签:
7条回答
  • 2020-12-28 15:41

    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!

    0 讨论(0)
提交回复
热议问题