Skip to content

Commit e3d52be

Browse files
committed
README
1 parent 4f31a02 commit e3d52be

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.org

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,16 @@
2323
#+begin_quote
2424
Zig Chinese Community is dedicated to sharing and spreading the use of Zig language among Chinese users.
2525
#+end_quote
26+
27+
本网站使用 [[https://gohugo.io/][hugo]](extended 版本)与 [[https://www.docsy.dev/][docsy]] 主题进行构建, =hugo serve= 可进行本地预览。
28+
#+begin_src bash
29+
# For macOS
30+
brew install hugo
31+
# For Debian
32+
sudo apt install hugo
33+
# For Arch
34+
sudo pacman -S hugo
35+
36+
# Snap
37+
sudo snap install hugo
38+
#+end_src

0 commit comments

Comments
 (0)