I'm trying to add pagination in my Jekyll based project.
So far, I have followed the below steps:
- Pagination in jekyll
- Followed Eric but no avail
I have set up _config.yml like this:
#Show 5 posts each page
paginate: 5
paginate_path: "/index/page:num/"