Why?
Pagination in jekyll only works for index.html as jekyll doc says
Pagination does not work from within Markdown files from your Jekyll site. Pagination works when called from within the HTML file, named index.html, which optionally may reside in and produce pagination from within a subdirectory, via the paginate_path configuration value.
That's a big disadvantage, while https://github.com/sverrirs/jekyll-paginate-v2 have a lot of features but doesn't have support from github pages.
Possible Resolutions:
https://mrpowerscripts.com/github-pages-circleci-jekyll-paginate-v2/
https://sangsoonam.github.io/2019/02/08/using-git-worktree-to-deploy-github-pages.html
Why?
Pagination in jekyll only works for index.html as jekyll doc says
That's a big disadvantage, while https://github.com/sverrirs/jekyll-paginate-v2 have a lot of features but doesn't have support from github pages.
Possible Resolutions:
https://mrpowerscripts.com/github-pages-circleci-jekyll-paginate-v2/
https://sangsoonam.github.io/2019/02/08/using-git-worktree-to-deploy-github-pages.html