Skip to content

Commit a2e9d6e

Browse files
authored
Update contributing guidelines (#109)
1 parent fb6dbc1 commit a2e9d6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/contributing.smd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Zig 中文社区是一个开放的组织,我们致力于推广 Zig 在中文
2525
.layout = "post.shtml",
2626
.draft = false,
2727
.custom = {
28-
.math = true, // 如果你要用到数学公式,请 设置 math 为 true; 否则可以忽略
29-
.mermaid = true, // 如果你要用到 mermaid 图表,请设置 mermaid 为 true; 否则可以忽略
28+
.math = true, // 引入 Katex 数学公式支持
29+
.mermaid = true, // 引入 mermaid 图表渲染支持
3030
},
3131
---
3232
```
@@ -73,4 +73,4 @@ Zig 中文社区是一个开放的组织,我们致力于推广 Zig 在中文
7373
- **2024-07-14:** 启用 Zig 社区微信 2 群
7474
- **2024-03-29:** 使用自定义域名 ziglang.cc
7575
- **2022-12-10:** 切换主题 [cupper-hugo](https://github.com/zwbetz-gh/cupper-hugo-theme) –> [hugo-xmin](https://github.com/yihui/hugo-xmin)
76-
- **2022-07-20:** 首次上线
76+
- **2022-07-20:** 首次上线

0 commit comments

Comments
 (0)