Paginate Project listing page #19
Answered
by
jitinnair1
godwinnwalozie
asked this question in
Q&A
|
Hello , I am using Jekyll for the first time and I love it.
|
Answered by
jitinnair1
Sep 9, 2022
Replies: 1 comment
|
Hi @godwinnwalozie, Implementing both of these features is a bit involved. However, If you would like to implement these you can search for Jekyll plugins that can add this functionality (Check out this page for information on search and this one on information on pagination) On the pagination bit, you will have to combine the method used for blog posts in the theme (please check Thank you for initiating this discussion. I will consider adding such functionality in later releases. |
0 replies
Answer selected by
jitinnair1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @godwinnwalozie,
Implementing both of these features is a bit involved. However, If you would like to implement these you can search for Jekyll plugins that can add this functionality (Check out this page for information on search and this one on information on pagination)
On the pagination bit, you will have to combine the method used for blog posts in the theme (please check
blog/index.html) with the approach used in the link above to get pagination on the Projects page.Thank you for initiating this discussion. I will consider adding such functionality in later releases.