This commit is contained in:
archer
2023-08-23 18:21:11 +08:00
parent a3c4a856fa
commit f8fc53811c
6 changed files with 143 additions and 15 deletions

View File

@@ -1,3 +1,9 @@
# 文档
## 本地运行
1. 安装 go 语言环境。
2. 安装 hugo。 [二进制下载](https://github.com/gohugoio/hugo/releases/tag/v0.117.0)
3. cd docSite
4. hugo serve
5. 访问 http://localhost:1313