Jekyll解决Deprecation:you haven't included the `jekyll-paginate` gem

issue


问题

在运行 jekyll serve 的时候,出现该问题:

Deprecation: You appear to have pagination turned on, but you haven’t included the jekyll-paginate gem. Ensure you have gems: [jekyll-paginate] in your configuration file.


解决

因为我们的配置文件_config.yml使用了 paginate 配置项,所以需要添加一行:

gems: [jekyll-paginate]

参考

https://teamtreehouse.com/community/jekyllpaginate-gem

发布了97 篇原创文章 · 获赞 40 · 访问量 53万+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章