Skip to content

Commit 88a616d

Browse files
committed
update10/26
1. 传了几篇新的文章 2. 修改了分类名 3. 修复时间轴换页问题 4. 简化文章目录
1 parent 4ab6964 commit 88a616d

14 files changed

+7469
-12
lines changed

_config.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,18 @@ index_generator:
6565
per_page: 10
6666
order_by: -date
6767

68+
# 添加-归档页面
69+
archive_generator:
70+
per_page: 20 # 根据实际配置调整即可
71+
yearly: true
72+
monthly: true
73+
74+
# 添加-分类页面
75+
category_generator:
76+
per_page: 27
77+
yearly: true
78+
monthly: true
79+
6880
# Category & Tag
6981
default_category: uncategorized
7082
category_map:

0 commit comments

Comments
 (0)