How to use Jekyll Pagination v2? #2483
              
                
                  
                  
                    Answered
                  
                  by
                    lakshyaelite
                  
              
          
                  
                    
                      lakshyaelite
                    
                  
                
                  asked this question in
                Q&A
              
            -
| 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.
      
      
          Answered by
          
            lakshyaelite
          
      
      
        Aug 4, 2025 
      
    
    Replies: 2 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.
                  
                    0 replies
                  
                
            -
| ChatGPT and I have successfully found a way to use pagination v2. Add this to the  | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        lakshyaelite
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
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…