Closed y377 closed 2 years ago
before:
permalink: '/blog/:num/'
after repair :
permalink: '/page/:num/' # Pages are index.html inside this folder (default)
#permalink: '/page/:num.html' # Pages are simple html files
#permalink: '/page/:num'
Conclusion: This is the code written by the beginner Jekyll in 2021. I used the blog incorrectly. In 2022 this year, I challenged Jekyll again, so there is no change (I copied the semi-finished code before, because the directory structure has changed), so pagination There is no problem with V2 release
It will wrongly display the paging content of the post in my index.md static file, and I am looking for a solution, provided that I need to use: This way I don't need to write permalink again in every *.md file 那位请问,不改变下图文件结构,如何修复这个错误!
blog.md:
now:
Thanks for some workarounds!