bithollow / bitforge

Forge bithollow binaries
2 stars 2 forks source link

[M2][High] Create website blog #47

Closed onceme closed 8 years ago

onceme commented 9 years ago
onceme commented 9 years ago

ETA 5 days

onceme commented 8 years ago

blog needs a commenting system, it is more complicated than I thought. I'm going to introduce disqus as comments host

onceme commented 8 years ago

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

onceme commented 8 years ago

Another candidate plugin jekyll-category-pagination, it is newer and looks simpler

onceme commented 8 years ago

http://bithollow.github.io/blog/page1/ Now we have this page, how-to and disqus commenting system. Target achieved, close this issue.

onceme commented 8 years ago

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