zhengchen.tao
|
54a98d47e0
|
style: TOC 关闭自动编号,避免与正文手写的章节号重复
Build and Deploy Blog / build (push) Successful in 22s
正文 H2/H3 已经手写「一、」「1.1」等编号,TOC 再自动加「1.」「1.1.」
会出现「1.1. 1.1 ...」这种双重前缀。
|
2026-05-11 17:29:16 +08:00 |
|
zhengchen.tao
|
517cfc0928
|
fix: 默认语言改为 zh 以命中 Stack 主题 i18n
Build and Deploy Blog / build (push) Successful in 22s
defaultContentLanguage 原为 zh-cn,但主题 i18n 只有 zh.toml 没有 zh-cn.toml,
导致 i18n 字符串(复制按钮文案 / 阅读时长 / 归档 等)全部解析为空串。
RSS 的 languageCode 仍保留 zh-cn。
|
2026-05-11 17:21:38 +08:00 |
|
zhengchen.tao
|
dcda919a32
|
feat: 添加 favicon.svg 文件并更新配置
Build and Deploy Blog / build (push) Successful in 25s
|
2026-05-06 11:46:32 +08:00 |
|
zhengchen.tao
|
9bbab6a135
|
init: Hugo + Stack 主题 + 首批 3 篇文章 + Gitea Actions 自动部署
- Stack 主题 + 自定义 padding 与标题样式 (assets/scss/custom.scss)
- 内容: HTTPS 旅程 / AI 工程师地图 / Xray Reality
- 页面: 首页 / 文章 / 归档 / 关于 / 搜索
- CI: Gitea Actions push → hugo --minify → rsync 到 NAS
应用 Gitea Actions 模板 §4.4-4.5 经验: paths-ignore (注意不排除 **.md)
+ concurrency cancel-in-progress + summary
|
2026-05-03 15:56:04 +08:00 |
|