1
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Edgar P. Burkhart b64e47de38
Updated .gitignore 2022-08-22 18:04:05 +02:00
Edgar P. Burkhart 6c3078c089
Added book theme 2022-08-22 18:03:17 +02:00
5 changed files with 7 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/resources
/public

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