hexo设置每页文章显示数

分页

1
2
3
4
# Pagination
## Set per_page to 0 to disable pagination
per_page: 20
pagination_dir: page

这个标签中的per_page可以设置归档页面显示的条目


1
2
3
4
5
6
7
8
# Home page setting
# path: Root path for your blogs index page. (default = '')
# per_page: Posts displayed per page. (0 = disable pagination)
# order_by: Posts order. (Order by date descending by default)
index_generator:
path: ''
per_page: 5
order_by: -date

这个标签中的per_page可以每页显示文章的数目

其他

有关文章优先级的设定:
文章优先级

本文标题:hexo设置每页文章显示数

文章作者:小哲

发布时间:2020年02月04日 - 20:59

最后更新:2020年02月04日 - 21:10

原始链接: 点击复制原始链接

许可协议: 协议-转载请保留原文链接及作者