-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Not able to paginate index.html? #202
Comments
Hi Martin. I tried it out and it worked just as expected for me, with the caveat that it doesn't work if you're using 'index.md' -- which is what jekyll bootstrap comes with by default -- but you have to use 'index.html'. If you checkout commit 2f1494d in the 'experiments' branch in this repo - https://github.com/flannelJesus/flannelJesus.github.io - you can see. http://jekyllrb.com/docs/pagination/ I know you say you looked at that document already, but that's all I used to get it to work. Their sample code, modified to fit the Bootstrap Pagination Classes, with the knowledge that it doesn't work in markdown files, is all I needed. |
However, I think that seeing as a lot of people coming to Jekyll will want pagination, perhaps 'jekyll bootstrap' should use index.html by default rather than a format that doesn't allow pagination... |
Hi, I tried it again and it is working. Best regards, Am 02.09.2014 um 23:54 schrieb flannel jesus:
|
Adding to list of potential FAQs. May end up being a tweak, as suggested by @flanneljesus. |
Hi,
I'm trying for 3 days now to get pagination working but there are still all posts shown at index.html instead of just the amount of posts configured.
I'm using the hooligan theme and configured pagination as explained here: http://jekyllrb.com/docs/pagination/
You can have a look at my test-page: http://test.mdosch.de/
Is there any hint to configure this?
Best regards,
Martin
The text was updated successfully, but these errors were encountered: