Pagination Generator for Jekyll 3 (enhanced replacement for the old built-in jekyll-paginate gem)
Jekyll::Paginate V2 is a pagination gem built specifically for Jekyll 3 and newer versions. It serves as an enhanced replacement for the previously built-in jekyll-paginate gem. Please note that this plugin is not supported by GitHub pages, but it can be enabled by following the GitHub guide or using Travis CI. GitLab supposedly supports any plugin. The gem is available on rubygems.org and can be used to generate paginated files for your Jekyll site.
_config.yml
and pages to enable the new features of the gem.To install the Jekyll::Paginate V2 gem, follow these steps:
_config.yml
file and pages by adding/configuring the necessary settings for the gem.jekyll serve
to generate the paginated files.Jekyll::Paginate V2 is a pagination gem for Jekyll that enhances the functionality of the previously built-in jekyll-paginate gem. It offers features such as an advanced pagination generator and auto-generation of paginated pages for tags, categories, and collections. Although not supported by GitHub pages, the gem can be enabled using the GitHub guide or Travis CI. To install the gem, update your _config.yml
file and pages, and run jekyll serve
.