-
In the moment i have that |
Beta Was this translation helpful? Give feedback.
Replies: 9 comments
-
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 |
Beta Was this translation helpful? Give feedback.
-
Thanks! :) I know but that not work in the github pages... I need it for |
Beta Was this translation helpful? Give feedback.
-
Not with |
Beta Was this translation helpful? Give feedback.
-
where can i read about |
Beta Was this translation helpful? Give feedback.
-
That kind of question is better asked Google, though here it is. |
Beta Was this translation helpful? Give feedback.
-
you mean the |
Beta Was this translation helpful? Give feedback.
-
Check Jekyll’s docs. They explain how to use GitHub Actions to build the site. https://jekyllrb.com/docs/continuous-integration/github-actions/ |
Beta Was this translation helpful? Give feedback.
-
Thank you! I already found it... I read |
Beta Was this translation helpful? Give feedback.
-
Thank You all of you... it does work well. Close the issue |
Beta Was this translation helpful? Give feedback.
Use jekyll-paginate-v2 and you'll be able to specify this yourself: