jekyll-paginate-v2
jekyll-paginate-v2 copied to clipboard
Pagination Generator for Jekyll 3 (enhanced replacement for the old built-in jekyll-paginate gem) ⛺
The current configuration of *older* and *newer* works well for configuration `sort_reverse: true` as the **older posts** are accessed when you click on *older*. But when you change the configuration...
This is the same as #142. Unfortunately the issue is still present with v3.0.0. Sitemap.xml does include the pagination pages.
Following warning "Deprecation: Pagination: The 'title_suffix' configuration has been deprecated. Please use 'title'. See https://github.com/sverrirs/jekyll-paginate-v2/blob/master/README-GENERATOR.md#site-configuration"
Nothing major, but I got the warning when I was fiddling with my typical blog that it is deprecated.
Hello, I would like to know if it's possible to use something other than categories, tags and locales to filter the collections displayed on a page. For example, on my...
I using `jekyll 3.8.6` and `jekyll-paginate-v2 (2.0.0)` My `_config.yaml:` ``` plugins: - jekyll-paginate-v2 defaults: - scope: path: "" # an empty string here means all files in the project type:...
Hello, Is it possible to create category pages by languages with the local variable? For example: /site/en/blog/category/ /site/es/blog/category/ /site/de/blog/category/
We can include the name of the category in the permalink, but there's no option to change the permalink on a collection by collection basis. For example, say I've got...
I am using this plugin in newest version: 2.1.0. Unfortunately after _jekyll serve_ I've got error: ```bash jekyll 3.8.5 | Error: File exists @ dir_s_mkdir - /media/data/projects/test/_site/freebies/index.html ``` Important part...
Hi, thanks for this plugin. Can I use like `{% for category in paginator.categories %}{% for post in category.last %}{{ post.title }}{% endfor %}{% endfor %}`