Paginate Project listing page #19
-
Hello , I am using Jekyll for the first time and I love it.
|
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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.