shenxianpeng / blog

Xianpeng Shen's Blog
http://shenxianpeng.github.io
GNU General Public License v3.0
1 stars 0 forks source link

Display more posts on archive page #9

Closed shenxianpeng closed 4 years ago

shenxianpeng commented 4 years ago

current blog archive page only display 10 posts. want to display more post on this page.

shenxianpeng commented 4 years ago

npm install hexo-generator-archive --save Then add below code into _config.yml at root path archive_generator: per_page: 0 yearly: true

refer to this article