new theme

This commit is contained in:
2025-01-13 12:58:07 +01:00
parent 2c83e4dd2b
commit d629609973
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored
View File

@ -4,3 +4,6 @@
[submodule "content/themes/ananke"]
path = content/themes/ananke
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

View File

@ -1,7 +1,7 @@
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'Minimal Setups'
theme = "ananke"
theme = "hugo-book"
sectionPagesMenu = "main"
[params]