Skip to content

Commit c8ffe91

Browse files
committed
fix config param
1 parent ddf065e commit c8ffe91

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
baseURL: "https://liudon.com/"
22
languageCode: zh-cn
33
title: 流动
4-
paginate: 20
54
theme: PaperMod
65

76
enableInlineShortcodes: true
@@ -17,6 +16,9 @@ timeout: 60s
1716

1817
hasCJKLanguage: true # 自动检测是否包含 中文日文韩文 如果文章中使用了很多中文引号的话可以开启
1918

19+
pagination:
20+
pagerSize: 20
21+
2022
# googleAnalytics: G-G9ZDJQN9E2
2123

2224
minify:

0 commit comments

Comments
 (0)