-
Notifications
You must be signed in to change notification settings - Fork 906
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
Have blog page outside of index.html completely #212
Comments
Got it! Turns out the paginator doesn't work in any file other than index.html, so I created another index.html file at Thanks so much for your help and for that link, it got me on the right path! And thanks again for the fantastic theme. |
Ok I found the issue. blog # New directory
└── index.html # Your new blog page In your this ---
layout: home
title: Blog
permalink: /blog/
--- And then update the paginator with: # PAGINATION
paginate: 5
paginate_path: "/blog/page:num"
|
Thanks @sylvietht I have modified the answer, now I don't get the error with |
Great! Thanks, yours looks like a good solution too (especially if one doesn't want to mess with the site navigation as you have it set up). |
pagination not worked with after removing, started working |
So different from #104
This use case would be to use the
home.html
layout or the includeblog.html
to paginate the blog pages outside of theindex.html
.It seems to be a paginate configuration issue.
Opened by @sylvietht in #17
The text was updated successfully, but these errors were encountered: