Meta: Add replacements to make local development of these modules easier
This commit is contained in:
parent
1b189ce700
commit
98d0173df7
2 changed files with 13 additions and 0 deletions
9
.gitmodules
vendored
9
.gitmodules
vendored
|
@ -4,3 +4,12 @@
|
||||||
[submodule "themes/base"]
|
[submodule "themes/base"]
|
||||||
path = themes/base
|
path = themes/base
|
||||||
url = nutmeg.erynwells.me:git/hugo-theme-erynwells-base.git
|
url = nutmeg.erynwells.me:git/hugo-theme-erynwells-base.git
|
||||||
|
[submodule "themes/termlite"]
|
||||||
|
path = themes/termlite
|
||||||
|
url = git@github.com:erynofwales/hugo-theme-termlite.git
|
||||||
|
[submodule "themes/commandbar"]
|
||||||
|
path = themes/commandbar
|
||||||
|
url = git@github.com:erynofwales/hugo-commandbar.git
|
||||||
|
[submodule "themes/resourceBuilders"]
|
||||||
|
path = themes/resourceBuilders
|
||||||
|
url = git@github.com:erynofwales/hugo-resource-builders.git
|
||||||
|
|
|
@ -25,6 +25,10 @@ module:
|
||||||
hugoVersion:
|
hugoVersion:
|
||||||
extended: false
|
extended: false
|
||||||
min: "0.116.0"
|
min: "0.116.0"
|
||||||
|
replacements: >-
|
||||||
|
github.com/erynofwales/hugo-theme-termlite/v2 -> termlite,
|
||||||
|
github.com/erynofwales/hugo-commandbar/v2 -> commandbar,
|
||||||
|
github.com/erynofwales/hugo-resource-builders/v2 -> resourceBuilders
|
||||||
imports:
|
imports:
|
||||||
- path: github.com/erynofwales/hugo-theme-termlite/v2
|
- path: github.com/erynofwales/hugo-theme-termlite/v2
|
||||||
- path: github.com/erynofwales/hugo-commandbar/v2
|
- path: github.com/erynofwales/hugo-commandbar/v2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue