jekyll-paginate-v2 icon indicating copy to clipboard operation
jekyll-paginate-v2 copied to clipboard

Pagination Generator for Jekyll 3 (enhanced replacement for the old built-in jekyll-paginate gem) ⛺

Results 81 jekyll-paginate-v2 issues
Sort by recently updated
recently updated
newest added

I'm still fairly new to Jekyll, but I've ran into a problem with jekyll-paginate-v2. In my _config.yml i have ```yml future: false collections: mycollection: output: true ``` My pagination page...

enhancement

Hi there, first of all: great work on this paginate plugin - really loving it! I'm currently looking into using the [autopages](https://github.com/sverrirs/jekyll-paginate-v2/blob/master/README-AUTOPAGES.md#simple-configuration) functionality to generate tag and category pages. The...

enhancement

This implements an "intro" feature as discussed in #58. Given the following in `_config.yml`: ```yaml pagination: intro: "intro.md" ``` creating a file with the name "intro.md" (or ending in "-intro.md")...

Hi I spotted a quirk in the Autopages - when a tag such as 'b+w' (short for 'black and white') is used, the Autopages tag page generated omits the '+'...

help wanted
possible bug
good first issue

I have had a problem with [date sorting](https://talk.jekyllrb.com/t/paginate-v2-3-0-0-date-sorting-problem/7609) [for a while](https://talk.jekyllrb.com/t/paginate-v2-issues/2620). I have finally figured out what is causing the issue. When your `sort_field` **name** is CamelText (or has any...

I've got auto-pages set up for categories. For some of my categories it makes sense to do oldest-first. However, another category is for events, which it makes sense to do...

PaginationPage documents do not map to a single source file on disk, so they should use PageWithoutAFile so that they can be identified as such. PageWithoutAFile is just a very...

My site uses jekyll-archive to automatically generate tag pages and category pages. However, if I only use jekyll-archive, there may be 100 articles under a certain tag. Entering the page...

Frontmatter defaults in _config.yml are not applying to pagination pages. This is because frontmatter defaults rely on `Convertible#relative_path`: https://github.com/jekyll/jekyll/blob/d86ba153fe012fbf4c62dc4af9dd73df1f1cfd58/lib/jekyll/convertible.rb#L249-L251 Then, `PaginationPage` inherits `#relative_path` from `Page`, where this method is dependent...

I've looked through the docs, I am currently using the default Jekyll Paginate system but I want to change for a bunch of reasons but the number one is that...