parent
fc45c35695
commit
3bdd0da787
|
@ -65,7 +65,7 @@ The Kubernetes website uses the [Docsy Hugo theme](https://github.com/google/doc
|
|||
Kubernetes 网站使用的是 [Docsy Hugo 主题](https://github.com/google/docsy#readme)。 即使你打算在容器中运行网站,我们也强烈建议你通过运行以下命令来引入子模块和其他开发依赖项:
|
||||
|
||||
```bash
|
||||
# pull in the Docsy submodule
|
||||
# 引入 Docsy 子模块
|
||||
git submodule update --init --recursive --depth 1
|
||||
```
|
||||
|
||||
|
@ -113,7 +113,7 @@ Hugo 扩展版本。
|
|||
若要在本地构造和测试网站,请运行:
|
||||
|
||||
```bash
|
||||
# install dependencies
|
||||
# 安装依赖
|
||||
npm ci
|
||||
make serve
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue