Closed onceme closed 8 years ago
ETA 5 days
blog needs a commenting system, it is more complicated than I thought. I'm going to introduce disqus as comments host
jekyll-pagination plugin can't paginate different categories, instead, all .md under _posts will be generated.
I only want to paginate the 'blog/_posts'. Searched over, the only choice is to introduce a local plugin (not in github side), paginate locally, then push the local paginated blog into github. This is a candidate plugin category_pagination.rb, thanks to the author @nicoespeon
Another candidate plugin jekyll-category-pagination, it is newer and looks simpler
http://bithollow.github.io/blog/page1/ Now we have this page, how-to and disqus commenting system. Target achieved, close this issue.
The blog category-paginator is based on https://blog.codestack.de/2015/05/02/category-pagination-in-jekyll.html, we could still do this in future: https://blog.codestack.de/2015/05/17/seo-friendly-infinite-scroll.html