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 a26cf17 commit 1f77a4eCopy full SHA for 1f77a4e
README.org
@@ -24,7 +24,13 @@
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= 可进行本地预览。
+本网站使用 [[https://gohugo.io/][hugo]](extended 版本)与 [[https://www.docsy.dev/][docsy]] 主题进行构建。
28
+预览之前请确保已安装必要的 =postcss= 依赖
29
+#+begin_src bash
30
+# install depends
31
+npm i -D postcss postcss-cli autoprefixer
32
+#+end_src
33
+
34
#+begin_src bash
35
# For macOS
36
brew install hugo
@@ -36,3 +42,8 @@ sudo pacman -S hugo
42
# Snap
37
43
sudo snap install hugo
38
44
#+end_src
45
46
47
+# run server
48
+hugo server
49
0 commit comments