Skip to content

Commit f8b61bc

Browse files
committed
polish
1 parent 7bf94c2 commit f8b61bc

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

config.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ showLightDarkModeMenu = true
4848
name = "GitHub Discussion"
4949
url = "https://github.com/orgs/zigcc/discussions"
5050
icon = "fab fa-github"
51+
desc = "新手提问;经验分享"
5152
[[params.links.user]]
5253
name = "Discord"
5354
url = "https://discord.gg/UraRxD6WXD"
@@ -64,17 +65,18 @@ showLightDarkModeMenu = true
6465
name = "微信公众号"
6566
url = "https://github.com/zigcc/.github/blob/main/zig_mp.png"
6667
icon = "fab fa-weixin"
68+
desc = "跟进社区最新动态"
6769
[[params.links.user]]
6870
name = "邮件"
6971
url = "mailto:hello@ziglang.cc"
7072
icon = "fa fa-envelope"
71-
desc = "有任何疑问、建议,欢迎通过邮件与我们交流"
73+
desc = "写信交流"
7274

7375
[[params.links.developer]]
7476
name = "文章供稿"
7577
url = "/post/2023/09/05/hello-world/"
7678
icon = "fab fa-blogger"
77-
desc = "分享 Zig 使用经验"
79+
desc = "分享 Zig 使用经验,改进网站体验"
7880
[[params.links.developer]]
7981
name = "Zig 圣经"
8082
url = "https://course.ziglang.cc/"

content/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
22
title: Zig 语言中文社区
3-
description: 欢迎来到 Zig 语言中文社区!(Zig Chinese Community,简称:ZigCC)
3+
description: 探索 Zig 魅力,推动 Zig 在中文社区内的发展!
44
---
55

66
{{% blocks/cover height="full" %}}
77

88
<img height="300px" src="https://ziglang.cc/logo/zigcc-logo-2.svg"/>
99

1010
{{% param description %}}
11-
1211
> Zig Chinese Community is dedicated to sharing and spreading the use of Zig language among Chinese users.
1312
1413
<a class="btn btn-lg btn-primary" href="https://github.com/zigcc">GitHub<i class="fab fa-github ms-2 "></i></a>

content/community/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 博客
33
---
44

55
{{% blocks/section %}}
6-
让我们一起探索 Zig 的魅力,推动 Zig 在中文开发者社区的发展!
6+
让我们一起探索 Zig 的魅力,推动 Zig 在中文社区内的发展!
77
{.text-center}
88

99
{{% /blocks/section %}}

0 commit comments

Comments
 (0)