Fixed missing part in pulling in git submodule to the themes directory
This commit is contained in:
parent
48aa6391cf
commit
2496548c63
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ Run the following commands inside your Hugo site folder:
|
||||||
Alternatively use git submodules in order to have a way to easily update the theme from the source in case you have your site in git as well.
|
Alternatively use git submodules in order to have a way to easily update the theme from the source in case you have your site in git as well.
|
||||||
For this run the following commands inside your Hugo site folder:
|
For this run the following commands inside your Hugo site folder:
|
||||||
|
|
||||||
$ git submodule add https://github.com/sethmacleod/dimension.git
|
$ git submodule add https://github.com/sethmacleod/dimension.git themes/dimension
|
||||||
|
|
||||||
If you checkout your site from a repository which has this added as a submodule (e.g. if you are using CI to deploy), execute following commands or put them into a initgit.sh file in your repository which can be executed by your CI:
|
If you checkout your site from a repository which has this added as a submodule (e.g. if you are using CI to deploy), execute following commands or put them into a initgit.sh file in your repository which can be executed by your CI:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue