feat: 文章顶部自动显示元数据栏(创建日期、更新日期、字数、阅读时间)

- 安装 mkdocs-git-revision-date-localized-plugin,自动提取 git 提交日期
- 覆盖 content.html,在标题下方注入元数据栏
- JavaScript 自动统计中英文字数并估算阅读时间(400 字/分钟)
- 适配 Material SPA 导航 (document$.subscribe),页面切换时自动更新
- 深色模式兼容
This commit is contained in:
2026-06-04 12:04:13 +08:00
parent 88967a238f
commit c4058528fc
2 changed files with 95 additions and 0 deletions
+4
View File
@@ -52,6 +52,10 @@ markdown_extensions:
plugins:
- search:
lang: zh # 中文搜索优化
- git-revision-date-localized:
enable_creation_date: true
type: date
locale: zh
extra:
social: