Rename the design-system submodule -> base
This commit is contained in:
parent
91e1432034
commit
03f5c1ada4
3 changed files with 9 additions and 6 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -1,6 +1,6 @@
|
||||||
[submodule "themes/design-system"]
|
|
||||||
path = themes/design-system
|
|
||||||
url = nutmeg.erynwells.me:git/hugo-erynwells-design-system.git
|
|
||||||
[submodule "themes/blog"]
|
[submodule "themes/blog"]
|
||||||
path = themes/blog
|
path = themes/blog
|
||||||
url = nutmeg.erynwells.me:git/hugo-theme-erynwells-blog.git
|
url = nutmeg.erynwells.me:git/hugo-theme-erynwells-blog.git
|
||||||
|
[submodule "themes/base"]
|
||||||
|
path = themes/base
|
||||||
|
url = nutmeg.erynwells.me:git/hugo-theme-erynwells-base.git
|
||||||
|
|
|
@ -3,9 +3,12 @@ languageCode: en-us
|
||||||
title: Test Site
|
title: Test Site
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
- design-system
|
|
||||||
- blog
|
- blog
|
||||||
|
- base
|
||||||
|
|
||||||
modules:
|
module:
|
||||||
|
hugoVersion:
|
||||||
|
extended: false
|
||||||
|
min: "0.116.0"
|
||||||
imports:
|
imports:
|
||||||
- path: "design-system"
|
- path: base
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue