Skip to content

how to show less number pages in the paginate? #2573

Answered by iBug
typo3ua asked this question in Q&A
Discussion options

You must be logged in to vote

Use jekyll-paginate-v2 and you'll be able to specify this yourself:

# Copied from https://github.com/iBug/iBug-source/blob/master/_config.yml
paginate: null
paginate_path: "/blog/:num/"
pagination:
  enabled: true
  per_page: 8
  permalink: "/:num/"
  title: ":title - Page :num of :max"
  limit: 0
  sort_field: "date"
  sort_reverse: true
  trail:
    before: 3
    after: 3

Replies: 9 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mmistakes
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #2573 on December 09, 2020 13:59.