theme
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-01-13 16:34:40 +01:00
parent 0686704da5
commit 79e116355c
3 changed files with 6 additions and 1 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "content/themes/ananke"]
path = content/themes/ananke
url = https://github.com/theNewDynamic/gohugo-theme-ananke.git
[submodule "content/themes/hugo_theme_pickles"]
path = content/themes/hugo_theme_pickles
url = https://github.com/mismith0227/hugo_theme_pickles

View File

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