mirror of
https://github.com/imfing/hextra.git
synced 2025-08-25 00:06:48 -04:00
docs(getting-started): fix instructions for using git submodule (#693)
* docs(getting-started): fix instructions for using git submodule * docs(getting-started): update instructions for adding Hextra theme as a Git submodule
This commit is contained in:
@@ -127,6 +127,15 @@ hugo new site my-site --format=yaml
|
||||
|
||||
### Add Hextra theme as a Git submodule
|
||||
|
||||
Switch to the site directory and initialize a new Git repository:
|
||||
|
||||
```shell
|
||||
cd my-site
|
||||
git init
|
||||
```
|
||||
|
||||
Then, add Hextra theme as a Git submodule:
|
||||
|
||||
```shell
|
||||
git submodule add https://github.com/imfing/hextra.git themes/hextra
|
||||
```
|
||||
|
Reference in New Issue
Block a user