Added book theme

This commit is contained in:
Edgar P. Burkhart 2022-08-22 18:03:17 +02:00
parent c9b999503a
commit 6c3078c089
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
5 changed files with 6 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
resources

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "themes/hugo-book"]
path = themes/hugo-book
url = https://github.com/alex-shpak/hugo-book

0
.hugo_build.lock Normal file
View file

View file

@ -1,3 +1,4 @@
baseURL = 'http://example.org/' baseURL = 'http://example.org/'
languageCode = 'en-us' languageCode = 'en-us'
title = 'My New Hugo Site' title = 'My New Hugo Site'
theme = 'hugo-book'

1
themes/hugo-book Submodule

@ -0,0 +1 @@
Subproject commit 317ccae23b73f5e49d7341ad57227bd64a89ab38