Skip to content

Commit

Permalink
update discord link
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 committed Dec 30, 2023
1 parent 4cb24a7 commit b29afc8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions README.org
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[[https://github.com/zigcc/zigcc.github.io/actions/workflows/gh-pages.yml][https://github.com/zigcc/zigcc.github.io/actions/workflows/gh-pages.yml/badge.svg]]
[[https://img.shields.io/discord/1155469703846834187][https://discord.gg/57JR9u7M]]

* Zig 语言中文社区
- https://zigcc.github.io/
Expand Down
6 changes: 3 additions & 3 deletions content/_index.org
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#+TITLE: Zig 语言中文社区
#+DATE: 2022-07-20T12:42:38+0800
#+LASTMOD: 2023-11-25T11:04:13+0800
#+AUTHOR: Jiacai Liu
#+LASTMOD: 2023-12-30T11:02:15+0800

{{< figure src="/images/logo.svg">}}

Expand All @@ -12,13 +11,14 @@
{{< figure src="https://github.com/zigcc/.github/raw/main/zig_mp.png" height="130" title="Zig 公众号二维码" >}}
- 微信群:关注公众号获取
- 邮件:[[mailto:[email protected]][[email protected]]]
- Discord:https://discord.gg/57JR9u7M
- Telegram:[[https://t.me/ZigChinese]]
- Discord:https://discord.gg/hzArH59u

* 学习资料
由于 Zig 目前还处于快速迭代,因此最权威的资料无疑是官方的 [[https://ziglang.org/documentation/master/][Zig Language Reference]],遇到语言的细节问题,基本都可以在这里找到答案。其次是社区的一些高质量教程,例如:
- [[https://zigcc.github.io/learning-zig/][学习 Zig]] :: 该系列教程最初由 Karl Seguin 编写,该教程行文流畅,讲述的脉络由浅入深,深入浅出,是入门 Zig 非常不错的选择
- [[https://codeberg.org/ziglings/exercises/][ziglings/exercises]] :: Learn the Zig programming language by fixing tiny broken programs.
- [[https://zigcc.github.io/zig-cookbook/][Zig Cookbook]] :: A collection of simple Zig programs that demonstrate good practices to accomplish common programming tasks
- [[https://github.com/zigcc/zig-idioms][zigcc/zig-idioms]] :: Common idioms used in Zig
- [[https://github.com/zigcc/awesome-zig][zigcc/awesome-zig]] :: A collection of some awesome public Zig programming language projects.
* RSS 订阅
Expand Down
8 changes: 4 additions & 4 deletions content/news/2023-12-27.org
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
#+TITLE: ZigCC 第二次线上会议
#+DATE: 2023-12-27T08:39:51+0800
#+LASTMOD: 2023-12-27T09:00:34+0800
#+LASTMOD: 2023-12-27T20:25:07+0800
#+TAGS[]: community

2023-12-23,ZigCC 社区开始了第二次线上会议,共有 5 名 Zig 爱好者参加,分别是:
- [[https://github.com/jiacai2050/][西瓜]]
- [[https://github.com/orgs/zigcc/people/xnhp0320][贺鹏]]
- [[https://github.com/xnhp0320][贺鹏]]
- [[https://github.com/labspc][Lambert]]
- [[https://github.com/orgs/zigcc/people/fwx5618177][冯文轩]]
- [[https://github.com/fwx5618177][冯文轩]]
- [[https://github.com/1000copy][Reco]]

这次会议主要是同步了之前会议落实的 action,主要是同步了不同项目的进展,由于临近年底,大家进度都不算太大,但还是有所进展,算是开了个好头😄

* 项目进展
** [[https://github.com/zigcc/zig-os][Zig-os]]
** [[https://github.com/zigcc/zig-os][Zig-OS]]
- 主要参与人员:西瓜
- 进展:粗略看完 rust 版本的教程;完成 freestanding 二进制,现在卡在了 bootloader 阶段
** [[https://github.com/learnzig/learnzig][Learn zig]]
Expand Down

0 comments on commit b29afc8

Please sign in to comment.