diff --git a/.gitmodules b/.gitmodules index 86ec21b..68868ef 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/hugo.yaml b/hugo.yaml index 0368e7e..bc21195 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -3,7 +3,8 @@ languageCode: en-us title: Test Site theme: - - "design-system" + - design-system + - blog modules: imports: diff --git a/themes/blog b/themes/blog new file mode 160000 index 0000000..ff5c53d --- /dev/null +++ b/themes/blog @@ -0,0 +1 @@ +Subproject commit ff5c53dec5db7531487dc13f5f2291722ee5de4e