diff --git a/.gitmodules b/.gitmodules index 402e210..5a4b7a0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "themes/docdock"] path = themes/docdock url = https://github.com/vjeantet/hugo-theme-docdock +[submodule "themes/utils"] + path = themes/utils + url = https://github.com/RealOrangeOne/hugo-theme-utils diff --git a/config.yml b/config.yml index 502c471..d23770d 100644 --- a/config.yml +++ b/config.yml @@ -2,7 +2,9 @@ baseURL: http://example.org languageCode: en-gb title: Snippets -theme: docdock +theme: + - docdock + - utils params: enableGitInfo: true diff --git a/themes/utils b/themes/utils new file mode 160000 index 0000000..5354412 --- /dev/null +++ b/themes/utils @@ -0,0 +1 @@ +Subproject commit 535441207acb5213291c5e989a9e28989d590eec