mirror of
https://github.com/imfing/hextra.git
synced 2025-07-04 08:59:27 -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