Skip to content

Commit 0b67f72

Browse files
committed
Remove frpc.ini and README.org files, update zine.ziggy with the correct host URL, and delete .vscode/settings.json. This cleanup enhances project organization and ensures accurate site configuration.
1 parent 21e225f commit 0b67f72

File tree

5 files changed

+43
-49
lines changed

5 files changed

+43
-49
lines changed

.vscode/settings.json

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

README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[![](https://github.com/zigcc/zigcc.github.io/actions/workflows/gh-pages.yml/badge.svg)](https://github.com/zigcc/zigcc.github.io/actions/workflows/gh-pages.yml)
2+
3+
# Zig 语言中文社区
4+
5+
- <https://ziglang.cc>
6+
- 如果没有特殊声明,本网站内容均采用 [CC BY-NC-ND
7+
4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/) 协议
8+
9+
<center>
10+
<p>欢迎来到 Zig 语言中文社区!(Zig Chinese Community,简称:ZigCC)</p>
11+
<a href="https://discord.gg/UraRxD6WXD">
12+
<img src="https://img.shields.io/discord/1155469703846834187?label=Chat at Discord" />
13+
</a>
14+
<a href="/index.xml">
15+
<img src="https://img.shields.io/badge/rss-F88900.svg?style=flat&logo=RSS&logoColor=white&label=网站" />
16+
</a>
17+
<a href="https://ask.ziglang.cc/atom.xml">
18+
<img src="https://img.shields.io/badge/rss-F88900.svg?style=flat&logo=RSS&logoColor=white&label=论坛" />
19+
</a>
20+
</center>
21+
22+
> Zig Chinese Community is dedicated to sharing and spreading the use of
23+
> Zig language among Chinese users.
24+
25+
本网站使用 [zine](https://zine-ssg.io/) 进行构建。
26+
27+
参考 [quickstart](https://zine-ssg.io/quickstart/) 进行安装:
28+
29+
``` bash
30+
# aur
31+
yay -S zine
32+
33+
# zig build install
34+
git clone https://github.com/kristoff-it/zine.git
35+
cd zine
36+
zig build install --release=safe
37+
```
38+
39+
``` bash
40+
# run server
41+
zine
42+
```

README.org

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

frpc.ini

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

zine.ziggy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Site {
22
.title = "Zig 语言中文社区",
3-
.host_url = "https://example.com",// TODO
3+
.host_url = "https://ziglang.cc",
44
.content_dir_path = "content",
55
.layouts_dir_path = "layouts",
66
.assets_dir_path = "assets",

0 commit comments

Comments
 (0)