Skip to content

Commit 733c4fa

Browse files
committed
[config] addd symbols count
1 parent 6c214df commit 733c4fa

File tree

5 files changed

+1586
-693
lines changed

5 files changed

+1586
-693
lines changed

_config.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,15 @@ deploy:
107107
type: git
108108
repository: git@github.com:inside-compiler/inside-compiler.github.io.git
109109
branch: main
110+
111+
# 文章字数统计hexo-symbols-count-time
112+
# See:https://github.com/theme-next/hexo-symbols-count-time
113+
symbols_count_time:
114+
symbols: true # 文章字数统计
115+
time: true # 文章阅读时长
116+
total_symbols: false # 站点总字数统计
117+
total_time: false # 站点总阅读时长
118+
exclude_codeblock: false # 排除代码字数统计
119+
awl: 4 # 平均词长度
120+
wpm: 275 # 每分钟阅读词数
121+
suffix: "mins." # 如果阅读时间少于 60 分钟,则添加后缀作为字符串参数

0 commit comments

Comments
 (0)