creates invalid /pageX folders
Closed this issue · 7 comments
All my posts are in the category 'blog' but your paginator still creates /pageX folders in the main directory with copies of my main index.html file. This is not neccessary.
Thanks for your great plugin!
It behaves like this by design. On my site at mrwerewolf.com, the home page is paginated with all articles. I have two categories, Art and Technology, both get pagination for the articles they contain.
You might want to give the jekyll-pagination plugin a try. It looks a bit more configurable than my plugin.
I tried it too, but it can't panigate subfolders at all. Yours is much better.
Oh I see. Would this plugin work for you if I made an option to turn off the pagination on the /index.html pages?
The plugin works for me anyway. I just have to delete about 13 pageX folders after each rebuild. An option would be nice. Or as an alternative, the possibility to define a list of files that get paginated.
Okay. I'll see what I can do.
you can rename /index.html to /default.html (or other name) and add permalink: index.html
.
It appears that Jekyll 1.0 already has category pagination. I believe that this plugin is officially deprecated.