Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Index gets last page, no other page is generated #14

Open
Darkhogg opened this issue Oct 15, 2014 · 3 comments
Open

Index gets last page, no other page is generated #14

Darkhogg opened this issue Oct 15, 2014 · 3 comments

Comments

@Darkhogg
Copy link

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?

@parkr
Copy link
Member

parkr commented Oct 15, 2014

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.

@Darkhogg
Copy link
Author

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

@sankage
Copy link

sankage commented Feb 11, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants