Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 committed Jul 14, 2024
1 parent 74282f6 commit 5601981
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 19 deletions.
42 changes: 26 additions & 16 deletions content/_index.org
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
#+TITLE: Zig 语言中文社区
#+DATE: 2022-07-20T12:42:38+0800
#+LASTMOD: 2024-07-08T15:21:19+0800
#+LASTMOD: 2024-07-14T09:57:20+0800

{{< figure src="https://ziglang.cc/logo/zigcc-logo-2.svg" height="300px" >}}

#+begin_quote
Zig Chinese Community is dedicated to sharing and spreading the use of Zig language among Chinese users.

[[https://ziglang.org/][Zig]] 语言中文社区(Zig Chinese Community,简称:ZigCC),致力于分享、传播 Zig 语言在中文用户内的使用。

[[/post/2023/09/05/hello-world/][欢迎 Zig 爱好者向本网站供稿]]
#+end_quote


#+BEGIN_EXPORT html
<center>
<p>欢迎来到 Zig 语言中文社区!(Zig Chinese Community,简称:ZigCC)</p>
<a href="https://discord.gg/UraRxD6WXD">
<img src="https://img.shields.io/discord/1155469703846834187?label=Chat at Discord" />
</a>
Expand All @@ -23,17 +16,33 @@ Zig Chinese Community is dedicated to sharing and spreading the use of Zig langu
<a href="https://ask.ziglang.cc/atom.xml">
<img src="https://img.shields.io/badge/rss-F88900.svg?style=flat&logo=RSS&logoColor=white&label=论坛" />
</a>
</center>
#+END_EXPORT

* 联系方式
- 微信公众号
{{< figure src="https://github.com/zigcc/.github/raw/main/zig_mp.png" height="130" title="Zig 公众号二维码" >}}
- 微信群:关注公众号获取
- 邮件:[[mailto:[email protected]][[email protected]]]
- https://discord.gg/UraRxD6WXD

我们是一群对 Zig 编程语言充满热情的开发者、学习者和爱好者。我们致力于:
1. 分享 Zig 相关的知识和经验
2. 翻译 Zig 官方文档和重要资源
3. 组织线上线下的学习活动和讨论
4. 推广 Zig 语言在中文开发者中的应用

#+begin_quote
Zig Chinese Community is dedicated to sharing and spreading the use of Zig language among Chinese users.
#+end_quote

* 加入我们
无论你是 Zig 专家还是初学者,我们都欢迎你的加入!可以通过以下方式参与社区:
- 加入我们的在线讨论群:[[https://github.com/orgs/zigcc/discussions/134][微信群]]、[[https://discord.gg/UraRxD6WXD][Discord]]、[[https://t.me/ZigChinese][Telegram]]
- 分享你的 Zig 项目和经验([[/post/2023/09/05/hello-world/][供稿方式]])。会在[[https://github.com/zigcc/.github/blob/main/zig_mp.png][微信公众号]]中同步。
- 参加我们组织的线上线下活动

让我们一起探索 Zig 的魅力,推动 Zig 在中文开发者社区的发展!

有任何疑问、建议,欢迎通过邮件与我们交流:[[mailto:[email protected]][[email protected]]]
* 学习资料
由于 Zig 目前还处于快速迭代,因此最权威的资料无疑是官方的 [[https://ziglang.org/documentation/master/][Zig Language Reference]],遇到语言的细节问题,基本都可以在这里找到答案。
其次是社区的一些高质量教程,例如:
- [[https://zig.guide/][Zig Guide]],英文资料, [[https://github.com/Sobeston][Sobeston]] 用户编写
- [[https://ziglang.cc/learning-zig/][学习 Zig]] :: 该系列教程最初由 Karl Seguin 编写,该教程行文流畅,讲述的脉络由浅入深,深入浅出,是入门 Zig 非常不错的选择
- [[https://course.ziglang.cc][Zig 语言圣经]] :: 一份内容全面、深入浅出介绍 Zig 的教程
- [[https://codeberg.org/ziglings/exercises/][ziglings/exercises]] :: Learn the Zig programming language by fixing tiny broken programs.
Expand All @@ -43,6 +52,7 @@ Zig Chinese Community is dedicated to sharing and spreading the use of Zig langu

推荐使用 asdf 来安装 Zig,具体可参考[[/post/2023/10/14/zig-version-manager/][这里]]。
* 更新日志
- 2024-07-14 :: 启用 Zig 社区微信 2 群
- 2024-03-29 :: 使用自定义域名 ziglang.cc
- 2022-12-10 :: 切换主题 [[https://github.com/zwbetz-gh/cupper-hugo-theme][cupper-hugo]] --> [[https://github.com/yihui/hugo-xmin][hugo-xmin]]
- 2022-07-20 :: 首次上线
Expand Down
9 changes: 8 additions & 1 deletion content/monthly/202407.org
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#+TITLE: 202407
#+DATE: 2024-07-05T21:22:52+0800
#+LASTMOD: 2024-07-08T15:25:05+0800
#+LASTMOD: 2024-07-10T22:08:58+0800
#+DRAFT: true

* 重大事件
Expand Down Expand Up @@ -35,5 +35,12 @@ check.dependOn(&exe_check.step);
zls --config-path zls.json
#+end_src
这样不同的项目就可以用不同的检查步骤了。
** [[https://guergabo.substack.com/p/systems-distributed-24][Systems Distributed '24]]
作者对这次会议的一个回顾总结,议题主要有如下几个方向:
- Systems Thinking and Engineering Culture
- The Rise of New Software Abstractions
- Ensuring Safe and Correct Software
- Lessons from Building Distributed Databases
- Notes from Water Cooler Chats
* 项目/工具
* [[https://github.com/ziglang/zig/pulls?page=1&q=+is%3Aclosed+is%3Apr+closed%3A2024-07-01..2024-08-01][Zig 语言更新]]
4 changes: 2 additions & 2 deletions content/monthly/_index.org
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#+TITLE: 月刊
#+DATE: 2024-03-31T07:54:47+0800
#+LASTMOD: 2024-03-31T07:55:34+0800
#+LASTMOD: 2024-07-11T23:00:01+0800
#+AUTHOR: Jiacai Liu

社区内的最新进展,信息来源:[[https://zig.news/top/month][Zig NEWS]]、[[https://zigmonthly.org/][Zig monthly]]、[[https://lobste.rs/t/zig][Lobsters]]、[[https://www.reddit.com/r/Zig/][Reddit]]、[[https://discu.eu/weekly/zig/][Zig weekly newsletter]]、[[https://ziggit.dev/][Ziggit]]、[[https://github.com/zigcc/forum/discussions/new?labels=%E6%9C%88%E5%88%8A&category=general][用户推荐]]
社区内的最新进展,信息来源:[[https://zig.news/top/month][Zig NEWS]]、[[https://zigmonthly.org/][Zig monthly]]、[[https://lobste.rs/t/zig][Lobsters]]、[[https://www.reddit.com/r/Zig/][Reddit]]、[[https://discu.eu/weekly/zig/][Zig weekly newsletter]]、[[https://ziggit.dev/][Ziggit]]、[[https://github.com/orgs/zigcc/discussions/new?category=%E4%BD%9C%E5%93%81%E5%88%86%E4%BA%AB][用户推荐]]
* 文章列表
1 change: 1 addition & 0 deletions layouts/partials/foot_custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
&copy; <a href="/">ZigCC</a> 2022 – {{ now.Year }}
| <a href="https://github.com/zigcc/zigcc.github.io">GitHub</a>
| <a href="https://discord.gg/UraRxD6WXD">Discord</a>
| <a rel="me" href="https://mastodon.social/@liujiacai">Mastodon</a>
| <a href="https://creativecommons.org/licenses/by-nc-nd/4.0/">BY-NC-ND 4.0</a>
</p>
<script>
Expand Down

0 comments on commit 5601981

Please sign in to comment.