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

This commit is contained in:
Wolfgang Hottgenroth 2025-01-13 16:46:38 +01:00
parent c88aceffa3
commit 627990bce4
3 changed files with 6 additions and 2 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/hugo-theme-pixyll"]
path = content/hugo-theme-pixyll
url = https://github.com/azmelanar/hugo-theme-pixyll

@ -0,0 +1 @@
Subproject commit 84b471227ebaf4db0c6f8029cdfaf1aa96308077

View File

@ -1,10 +1,10 @@
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'Minimal Setups'
theme = "ananke"
# theme = "ananke"
theme = "hugo-theme-pixyll"
sectionPagesMenu = "main"
googleAnalystics = ""
paginate = 10
[params]
site_logo = "logo.png"