Skip to content
Merged
Show file tree
Hide file tree
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
36 changes: 0 additions & 36 deletions content/about.smd

This file was deleted.

18 changes: 0 additions & 18 deletions content/community.smd

This file was deleted.

11 changes: 10 additions & 1 deletion content/contributing.smd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
.title = "About",
.title = "贡献指南",
.date = @date("1990-01-01T00:00:00"),
.author = "ZigCC",
.layout = "index.shtml",
Expand Down Expand Up @@ -43,3 +43,12 @@ zine

- [ZigCC 网站](https://ziglang.cc)
- [ZigCC 公众号](https://github.com/zigcc/.github/raw/main/zig_mp.png)

# [网站更新日志]($section.id('changelog'))

- **2025-06-30:** 切换到 [zine](https://zine-ssg.io/)
- **2024-08-18:** 切换主题 [docsy](https://github.com/google/docsy)
- **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:** 首次上线
4 changes: 2 additions & 2 deletions content/index.smd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.author = "ZigCC",
.layout = "index.shtml",
.draft = false,
---
---

[]($image.siteAsset('icons/zigcc.svg').id('logo'))

Expand All @@ -17,4 +17,4 @@ Zig 中文社区致力于在中文用户中分享和传播 Zig 语言!
3. 组织线上线下的学习活动和讨论
4. 推广 Zig 语言在中文开发者中的应用

无论你是 Zig 专家还是初学者,[我们都欢迎你的加入]($link.page('contributing'))!
[让我们一起探索 Zig 的魅力,推动 Zig 在中文社区内的发展!]($text.attrs('center','large','bold'))
2 changes: 1 addition & 1 deletion content/learn/index.smd
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
由于 Zig 目前还处于快速迭代,因此最权威的资料无疑是官方的 [Zig Language Reference](https://ziglang.org/documentation/master/),遇到语言的细节问题,基本都可以在这里找到答案。其次是社区的一些高质量教程,例如:

- **[Zig 日报](https://github.com/zigcc/forum/issues):**
- **[Zig 语言圣经](https://course.ziglang.cc):** 一份内容全面、深入浅出介绍 Zig 的教程
- **[Zig 圣经](https://course.ziglang.cc):** 一份内容全面、深入浅出,专为中文用户打造的 Zig 的教程
- **[ziglings/exercises](https://codeberg.org/ziglings/exercises/):** Learn the Zig programming language by fixing tiny broken programs.
- **[Zig Cookbook](https://cookbook.ziglang.cc/):** A collection of simple Zig programs that demonstrate good practices to accomplish common programming tasks
- **[Awesome Zig](https://github.com/zigcc/awesome-zig):** A collection of some awesome public Zig programming language projects.
Expand Down
4 changes: 1 addition & 3 deletions layouts/templates/base.shtml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
<a href="$site.page('monthly').link()">月刊</a>
<a href="$site.page('post').link()">博客</a>
<a href="$site.page('contributing').link()">贡献</a>
<a href="$site.page('community').link()">社区</a>
<a href="$site.page('about').link()">关于</a>
</nav>
</div>
<super>
Expand Down Expand Up @@ -52,4 +50,4 @@
</div>
</footer>
</body>
</html>
</html>