This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -4,3 +4,6 @@
|
|||||||
[submodule "content/themes/ananke"]
|
[submodule "content/themes/ananke"]
|
||||||
path = content/themes/ananke
|
path = content/themes/ananke
|
||||||
url = https://github.com/theNewDynamic/gohugo-theme-ananke.git
|
url = https://github.com/theNewDynamic/gohugo-theme-ananke.git
|
||||||
|
[submodule "content/themes/hugo-book"]
|
||||||
|
path = content/themes/hugo-book
|
||||||
|
url = https://github.com/alex-shpak/hugo-book
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
baseURL = 'https://example.org/'
|
baseURL = 'https://example.org/'
|
||||||
languageCode = 'en-us'
|
languageCode = 'en-us'
|
||||||
title = 'Minimal Setups'
|
title = 'Minimal Setups'
|
||||||
theme = "ananke"
|
theme = "hugo-book"
|
||||||
sectionPagesMenu = "main"
|
sectionPagesMenu = "main"
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
1
content/themes/hugo-book
Submodule
1
content/themes/hugo-book
Submodule
Submodule content/themes/hugo-book added at 7c78a39c53
Reference in New Issue
Block a user