How to use Jekyll Pagination v2? #2483
-
Checklist
How did you create the site?Generated from Description🎯 GoalUse pagination v2 to move all my posts to Operations you have already tried📄
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
I tried to use pagination v2 before, doesn't quite work with chirpy or I'm dumb. |
Beta Was this translation helpful? Give feedback.
-
|
ChatGPT and I have successfully found a way to use pagination v2. Add this to the
|
Beta Was this translation helpful? Give feedback.
-
|
Nice! This worked great for me. Much appreaciated. |
Beta Was this translation helpful? Give feedback.
ChatGPT and I have successfully found a way to use pagination v2.
Add this to the
Gemfile:Add this to the
_config.yml:Remove/Comment this line in
_config.yml:Replace
_layouts/home.htmlwith this:--- layout: default title: Home permalink: / pagination: enabled: true --- {% include lang.html %} {% assign pinned_posts = site.posts | where: "pin", true %} {% assign n…