本文介绍了在github上的Jekyll和当地的jekyll服务器不一样的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述




当我在本地的jekyll服务器上运行所有的代码时,下一个按钮工作得很好。
但是它不适用于在线Github Jekyll服务器。



期待最佳答案。

解决方案

确保你



目前

 
gem'jekyll' ,'= 0.12.0'


Projectdemo

next button http://lenville.com/images/pager/next.pngThe next button works very well when I ran all the codes on local jekyll server.But it doesn't work on online Github Jekyll server.

Looking forward to the best answer.

解决方案

Make sure youusing correct Jekyll

Currently

gem 'jekyll',     '=0.12.0'

这篇关于在github上的Jekyll和当地的jekyll服务器不一样的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-27 10:01