Install utils theme
This commit is contained in:
parent
d2839699b2
commit
d97c41741c
3 changed files with 7 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +1,6 @@
|
||||||
[submodule "themes/docdock"]
|
[submodule "themes/docdock"]
|
||||||
path = themes/docdock
|
path = themes/docdock
|
||||||
url = https://github.com/vjeantet/hugo-theme-docdock
|
url = https://github.com/vjeantet/hugo-theme-docdock
|
||||||
|
[submodule "themes/utils"]
|
||||||
|
path = themes/utils
|
||||||
|
url = https://github.com/RealOrangeOne/hugo-theme-utils
|
||||||
|
|
|
@ -2,7 +2,9 @@ baseURL: http://example.org
|
||||||
languageCode: en-gb
|
languageCode: en-gb
|
||||||
title: Snippets
|
title: Snippets
|
||||||
|
|
||||||
theme: docdock
|
theme:
|
||||||
|
- docdock
|
||||||
|
- utils
|
||||||
|
|
||||||
params:
|
params:
|
||||||
enableGitInfo: true
|
enableGitInfo: true
|
||||||
|
|
1
themes/utils
Submodule
1
themes/utils
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 535441207acb5213291c5e989a9e28989d590eec
|
Reference in a new issue