I'm using the Beautiful Jekyll theme to create a small personal website. On my site, I don't want posts to appear in the front page, the index page; so I removed the relevant code from index.html (in fact, I got rid of it in favor of an index.md with static content). Now I get the warning message:
Pagination: Pagination is enabled, but I couldn't find an index.html page to use as the pagination template. Skipping pagination.
I found this issue page on this matter at the Jekyll core project, where it's claimed this is a Jekyll-paginate issue. Well, here I am reporting it to you :-(
I'll state that I'm willing to move the pagination code elsewhere, so maybe there's some workaround in my case.
I'm using the Beautiful Jekyll theme to create a small personal website. On my site, I don't want posts to appear in the front page, the index page; so I removed the relevant code from
index.html(in fact, I got rid of it in favor of anindex.mdwith static content). Now I get the warning message:I found this issue page on this matter at the Jekyll core project, where it's claimed this is a Jekyll-paginate issue. Well, here I am reporting it to you :-(
I'll state that I'm willing to move the pagination code elsewhere, so maybe there's some workaround in my case.