Open jaydson opened 10 years ago
This can be done using client-side API. See: https://github.com/es6rocks/harmonic/commit/020d5aad44d54fbbd041a8702715b3076a9697c9
Reopening due to the issue #88 Harmonic also must to support back-end pagination.
//cc @UltCombo
Yes, we need pagination. Should we do it in the front-end or back-end?
If we do it in the back-end, how should the post pages' URLs look?
http://es6rocks.com/2
http://es6rocks.com/page/2
http://es6rocks.com/posts/page/2
We already have client-side pagination support. It's not the best approach, but we can handle it. My personal blog is already using it: http://jaydson.org
For back-end pagination, i think we should support custom URL's.
Oh I see. The default template/ES6Rocks template does not have any kind of pagination at the moment though, I think we should prioritize this first and at least add some kind of pagination to it.
ES6Rocks.com's new theme has client-side pagination/infinite scroll, nice! Not sure how high of a priority this issue is now.
Yep, we need to prioritize this.
@jaydson think you will be able to work on this? Or document/discuss how those custom URLs functionality should work.
Sure, i'll work on this and try to organize the issues we already have.
thanks! :D
Hum, this issue is old, but remains important.
True, we haven't decided how to generate the output and how to integrate it in the themes.
Harmonic must have pagination support for posts.