mirror of
https://github.com/imfing/hextra.git
synced 2025-07-05 17:07:21 -04:00
docs(getting-started): update instructions for adding Hextra theme as a Git submodule
This commit is contained in:
@ -124,6 +124,15 @@ hugo new site my-site --format=yaml
|
||||
|
||||
### 将 Hextra 主题添加为 Git 子模块
|
||||
|
||||
切换到站点目录并初始化新的 Git 仓库:
|
||||
|
||||
```shell
|
||||
cd my-site
|
||||
git init
|
||||
```
|
||||
|
||||
然后,将 Hextra 主题添加为 Git 子模块:
|
||||
|
||||
```shell
|
||||
git submodule add https://github.com/imfing/hextra.git themes/hextra
|
||||
```
|
||||
|
Reference in New Issue
Block a user