Skip to content

Commit 4644972

Browse files
committed
add print
1 parent e8407d7 commit 4644972

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,6 @@ proxy = "direct,https://goproxy.cn"
112112
[markup.highlight]
113113
style = "pygments"
114114
linenos = true
115+
116+
[outputs]
117+
section = [ "HTML", "RSS", "print" ]

content/learn/_index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ cascade:
55
- type: docs
66
---
77

8-
[![](https://img.shields.io/discord/1155469703846834187?label=Chat%20on%20Discord)](https://discord.gg/57JR9u7M)
9-
[![](https://img.shields.io/github/stars/zigcc/learning-zig?style=square&color=#30a14e)](https://github.com/zigcc/learning-zig/stargazers)
10-
118
[《学习 Zig》](https://www.openmymind.net/learning_zig/)系列教程最初由 [Karl Seguin](https://github.com/karlseguin) 编写,该教程行文流畅,讲述的脉络由浅入深,深入浅出,是入门 Zig 非常不错的选择。因此,[Zig 中文社区](https://ziglang.cc)将其翻译成中文,便于在中文用户内阅读与传播。
129

1310
初次接触 Zig 的用户可以按序号依次阅读,对于有经验的 Zig 开发者可按需阅读感兴趣的章节。

0 commit comments

Comments
 (0)