Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/contributing.smd
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Zig 中文社区是一个开放的组织,我们致力于推广 Zig 在中文
.layout = "post.shtml",
.draft = false,
.custom = {
.math = true, // 如果你要用到数学公式,请 设置 math 为 true; 否则可以忽略
.mermaid = true, // 如果你要用到 mermaid 图表,请设置 mermaid 为 true; 否则可以忽略
.math = true, // 引入 Katex 数学公式支持
.mermaid = true, // 引入 mermaid 图表渲染支持
},
---
```
Expand Down Expand Up @@ -73,4 +73,4 @@ Zig 中文社区是一个开放的组织,我们致力于推广 Zig 在中文
- **2024-07-14:** 启用 Zig 社区微信 2 群
- **2024-03-29:** 使用自定义域名 ziglang.cc
- **2022-12-10:** 切换主题 [cupper-hugo](https://github.com/zwbetz-gh/cupper-hugo-theme) –> [hugo-xmin](https://github.com/yihui/hugo-xmin)
- **2022-07-20:** 首次上线
- **2022-07-20:** 首次上线