Add blog submodule
This commit is contained in:
parent
31d7432c69
commit
e7cfb7a06d
3 changed files with 6 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +1,6 @@
|
|||
[submodule "themes/design-system"]
|
||||
path = themes/design-system
|
||||
url = nutmeg.erynwells.me:git/hugo-erynwells-design-system.git
|
||||
[submodule "themes/blog"]
|
||||
path = themes/blog
|
||||
url = nutmeg.erynwells.me:git/hugo-theme-erynwells-blog.git
|
||||
|
|
|
@ -3,7 +3,8 @@ languageCode: en-us
|
|||
title: Test Site
|
||||
|
||||
theme:
|
||||
- "design-system"
|
||||
- design-system
|
||||
- blog
|
||||
|
||||
modules:
|
||||
imports:
|
||||
|
|
1
themes/blog
Submodule
1
themes/blog
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit ff5c53dec5db7531487dc13f5f2291722ee5de4e
|
Loading…
Add table
Add a link
Reference in a new issue