class Jekyll::Paginate::Pager
github.com/jekyll/jekyll-paginate/blob/master/lib/jekyll-paginate/pager.rb#L22<br>By monkey-patching the plugin, we force it to be disabled
take time to generate.
(as it will be duplicated content of the real pages), but will still
paginate. Those pages won’t contain any interesting data to be indexed
This plugin will create pages that contain a list of all items to
Disable pagination from jekyll-paginate
def self.pagination_enabled?(_site)
def self.pagination_enabled?(_site) false end