We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f31a02 commit e3d52beCopy full SHA for e3d52be
README.org
@@ -23,3 +23,16 @@
23
#+begin_quote
24
Zig Chinese Community is dedicated to sharing and spreading the use of Zig language among Chinese users.
25
#+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