Switch to Hugo Book theme
This commit is contained in:
parent
8e4aa9875e
commit
52e9f3dc4e
4 changed files with 9 additions and 2 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "hugo/themes/hugo-book"]
|
||||||
|
path = hugo/themes/hugo-book
|
||||||
|
url = https://github.com/alex-shpak/hugo-book
|
||||||
|
|
@ -1,5 +1,9 @@
|
||||||
baseURL = 'https://example.org/'
|
baseURL = 'https://example.org/'
|
||||||
languageCode = 'en-us'
|
languageCode = 'en-us'
|
||||||
title = 'My New Hugo Site'
|
title = 'My New Hugo Site'
|
||||||
theme = 'ananke'
|
theme = 'hugo-book'
|
||||||
contentDir = '../docs'
|
contentDir = '../docs'
|
||||||
|
ignoreLogs = ['warning-goldmark-raw-html']
|
||||||
|
|
||||||
|
[params]
|
||||||
|
BookSection = '*'
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 3f0b2aa33feefe18b76cb1b64fced8ae800fac5d
|
|
||||||
1
hugo/themes/hugo-book
Submodule
1
hugo/themes/hugo-book
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 645c868cec1396548456eac68205eabbd8ca9564
|
||||||
Loading…
Add table
Add a link
Reference in a new issue