jekyll / jekyll-paginate

NO LONGER UNDER ACTIVE DEVELOPMENT as of Jekyll 3: Pagination Generator for Jekyll

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Index gets last page, no other page is generated

Darkhogg opened this issue · comments

This is exactly the same problem described at jekyll/jekyll#1063 and jekyll/jekyll#1058, but I'm seeing it both locally on a Linux system and in GitHub pages.

You can find an example of the problem here:

As you see, the index shows page 3 and actual pages 2 and 3 are nonexistant.

Now, I really don't know whose fault this is, mine or jekyll's, but as the symptoms are not new, I'm assuming jekyll's. Is there some workaround I can use?

I cloned your repo and ran jekyll serve and it didn't work, but because some vendored assets aren't there. There seems to be a larger issue here.

@parkr Be sure to git submodule init and git submodule update if you clone it, as well as installing the jekyll-redirect-from gem.

As I just ran into this as well, in my case this was resolved by removing the permalink from the blog index page, as per #23