Skip to content

Commit f1d7edb

Browse files
committed
add favicons
1 parent f8b61bc commit f1d7edb

19 files changed

+28
-159
lines changed

assets/icons/logo.svg

Lines changed: 16 additions & 0 deletions
Loading

config.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ baseURL = 'https://ziglang.cc'
22
languageCode = 'en'
33
defaultContentLanguage = 'zh-cn'
44
title = 'Zig 语言中文社区'
5-
description = 'Zig 语言中文社区'
5+
description = 'Zig Chinese Community is dedicated to sharing and spreading the use of Zig language among Chinese users.'
66

77
[[menu.main]]
88
name = "学习"
@@ -32,7 +32,7 @@ description = 'Zig 语言中文社区'
3232
categoryId = "DIC_kwDOHr7nSs4CQUsK"
3333

3434
[params.ui]
35-
navbar_logo = false
35+
# navbar_logo = false
3636
showLightDarkModeMenu = true
3737

3838
[params.copyright]
@@ -43,7 +43,6 @@ showLightDarkModeMenu = true
4343
"""
4444
from_year = 2022
4545
[params.links]
46-
# End user relevant links. These will show up on left side of footer and in the community page if you have one.
4746
[[params.links.user]]
4847
name = "GitHub Discussion"
4948
url = "https://github.com/orgs/zigcc/discussions"
@@ -70,7 +69,7 @@ showLightDarkModeMenu = true
7069
name = "邮件"
7170
url = "mailto:hello@ziglang.cc"
7271
icon = "fa fa-envelope"
73-
desc = "写信交流"
72+
desc = ""
7473

7574
[[params.links.developer]]
7675
name = "文章供稿"

content/_index.md

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,12 @@
11
---
22
title: Zig 语言中文社区
3-
description: 探索 Zig 魅力,推动 Zig 在中文社区内的发展!
43
---
54

65
{{% blocks/cover height="full" %}}
76

8-
<img height="300px" src="https://ziglang.cc/logo/zigcc-logo-2.svg"/>
7+
<img width="40%" src="https://ziglang.cc/logo/zigcc-logo-2.svg"/>
98

10-
{{% param description %}}
11-
> Zig Chinese Community is dedicated to sharing and spreading the use of Zig language among Chinese users.
12-
13-
<a class="btn btn-lg btn-primary" href="https://github.com/zigcc">GitHub<i class="fab fa-github ms-2 "></i></a>
14-
<a class="btn btn-lg btn-primary" href="learn">
15-
学习<i class="fas fa-arrow-alt-circle-right ms-2"></i>
16-
</a>
17-
18-
19-
{{% blocks/link-down color="info" %}}
20-
{{% /blocks/cover %}}
21-
22-
{{% blocks/lead color="primary" %}}
9+
Zig 中文社区致力于在中文用户中分享和传播 Zig 语言!
2310

2411
我们是一群对 Zig 编程语言充满热情的开发者、学习者和爱好者。我们致力于:
2512
1. 分享 Zig 相关的知识和经验
@@ -28,4 +15,10 @@ description: 探索 Zig 魅力,推动 Zig 在中文社区内的发展!
2815
4. 推广 Zig 语言在中文开发者中的应用
2916

3017
无论你是 Zig 专家还是初学者,[我们都欢迎你的加入](/community)
31-
{{% /blocks/lead %}}
18+
19+
<a class="btn btn-lg btn-primary" href="https://github.com/zigcc">GitHub<i class="fab fa-github ms-2 "></i></a>
20+
<a class="btn btn-lg btn-primary" href="learn">
21+
学习<i class="fas fa-arrow-alt-circle-right ms-2"></i>
22+
</a>
23+
24+
{{% /blocks/cover %}}

static/android-chrome-192x192.png

-6.22 KB
Binary file not shown.

static/android-chrome-512x512.png

-21.2 KB
Binary file not shown.

static/apple-touch-icon.png

-5.74 KB
Binary file not shown.

static/browserconfig.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

static/favicon-16x16.png

-958 Bytes
Binary file not shown.

static/favicon-32x32.png

-1.36 KB
Binary file not shown.

static/favicon.ico

-14.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)