This is exactly the same problem described at jekyll/jekyll#1063 and jekyll/jekyll#1058, but I'm seeing it both locally on a Linux system and in GitHub pages.
You can find an example of the problem here:
As you see, the index shows page 3 and actual pages 2 and 3 are nonexistant.
Now, I really don't know whose fault this is, mine or jekyll's, but as the symptoms are not new, I'm assuming jekyll's. Is there some workaround I can use?
This is exactly the same problem described at jekyll/jekyll#1063 and jekyll/jekyll#1058, but I'm seeing it both locally on a Linux system and in GitHub pages.
You can find an example of the problem here:
_config.yml: https://github.com/LordPIGS/lordpigs.github.io/blob/master/_config.yml#L13-14blog/index.html: https://github.com/LordPIGS/lordpigs.github.io/blob/master/blog/index.htmlAs you see, the index shows page 3 and actual pages 2 and 3 are nonexistant.
Now, I really don't know whose fault this is, mine or jekyll's, but as the symptoms are not new, I'm assuming jekyll's. Is there some workaround I can use?