0

I just start to use jekyll on github pages. My repository is https://github.com/yejinxin/yejinxin.github.io.

I build my local development in cygwin. It works pretty well util I try to get index posts paginated. I followed the documentation, set paginate: 5 in my _config.yml, and got 404 errors on http://localhost:4000/pageN. And I can't find _site/page2/ folder or _site/page3/ folder, but there is a _site/page/ folder!

I have no idea what's going wrong. I tried jekyll serve --watch --trace,jekyll serve, restart server, and so on, but no good. However, after I pushed my commits to github, It works on github! So, it seems like it's my local environment problem.

I'm new to jekyll and ruby, don't know how to debug this. Any suggestion will be appreciated.

asked May 29, 2013 at 12:54

1 Answer 1

1

So, seems like it's a just known bug. https://github.com/mojombo/jekyll/pull/1063

answered May 30, 2013 at 0:45
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.