new theme
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Wolfgang Hottgenroth 2025-01-13 22:35:01 +01:00
parent 9579c3de1a
commit eaf9ac8e5e
Signed by: wn
GPG Key ID: 18FDFA577A8871AD
5 changed files with 24 additions and 11 deletions

3
.gitmodules vendored
View File

@ -4,3 +4,6 @@
[submodule "content/themes/hugo-theme-pixyll"] [submodule "content/themes/hugo-theme-pixyll"]
path = content/themes/hugo-theme-pixyll path = content/themes/hugo-theme-pixyll
url = https://github.com/azmelanar/hugo-theme-pixyll url = https://github.com/azmelanar/hugo-theme-pixyll
[submodule "content/themes/hextra"]
path = content/themes/hextra
url = https://github.com/imfing/hextra

View File

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

17
content/hugo.yaml Normal file
View File

@ -0,0 +1,17 @@
baseURL: "https://example.org/"
languageCode: "en-us"
title: "Minimal Setups"
# theme: "ananke"
theme: "hextra"
sectionPagesMenu: "main"
googleAnalystics: ""
params:
# site_logo: "logo.png"
search:
enable: true
type: flexsearch
flexsearch:
index: content
tokenize: forward

3
content/i18n/en.yaml Normal file
View File

@ -0,0 +1,3 @@
copyright: "blablabla"
poweredBy: "blublublu"

1
content/themes/hextra Submodule

@ -0,0 +1 @@
Subproject commit a933f464f57ce81898f4b1adfefeb3167e1ff6e7