meiqimichelle/mhertzfeld

Pagination not working

Closed this issue · 6 comments

Thoughts index currently just lists 10 most recent posts. There is currently no access to older posts. Need to get pagination working.

Jekyll's pagination feature is not compatible with categories. Have seen custom ruby fixes on teh interwebz, but I can't use those on GitHub. Will have to think more on this one. In the meantime, listing all blog posts on one page since I don't have too many yet.

Pagination has lots of problems and is being retired. The plan now is to implement infinite scroll or other js-based solution instead.

Still not working. Removing remaining vestiges of pagination code from _config for now, ie:

plugins:
  - jekyll-paginate

# Amount of post to show
paginate: 5
paginate_path: "/writing/page:num"

😭 That solution isn't supported by Github Pages. BUMMER.

Ok I did more poking around at the Jekyll native paginator. This is getting filed as a wontfix. Who needs pages anyways? I barely write 😆 .