From 687a12fda289e74c74a25a66e92f28180968adc5 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sun, 21 Dec 2025 11:40:46 +0100 Subject: [PATCH] Beispiel- von Theme-Content getrennt und ordentliche Theme-Config angelegt -- ALIGN --- content/blog/_index.html | 158 --------------------------------------- exampleSite/hugo.yaml | 1 + theme.yaml | 25 +++---- 3 files changed, 11 insertions(+), 173 deletions(-) diff --git a/content/blog/_index.html b/content/blog/_index.html index e387d578..c7a65349 100644 --- a/content/blog/_index.html +++ b/content/blog/_index.html @@ -2,161 +2,3 @@ title: "Blog" weight: 10 --- -
- - - - - - - - -
-
- -
-
-
diff --git a/exampleSite/hugo.yaml b/exampleSite/hugo.yaml index bdd51f41..bc6109d3 100644 --- a/exampleSite/hugo.yaml +++ b/exampleSite/hugo.yaml @@ -1,6 +1,7 @@ baseURL: https://example.org/ copyright: Kai Moritz languageCode: en-US +theme: hugo-juplo mainSections: - blog - projects diff --git a/theme.yaml b/theme.yaml index 51f32cde..64b739c9 100644 --- a/theme.yaml +++ b/theme.yaml @@ -1,16 +1,11 @@ -baseURL: https://example.org/ +name: hugo-juplo +license: GPL3 copyright: Kai Moritz -languageCode: en-US -mainSections: - - blog - - projects - - about -module: - hugoVersion: - extended: false - min: 0.152.0 -params: - author: - email: kai@juplo.de - name: Kai Moritz -title: Thymeleaf-Theme for Thymeroot +homepage: https://juplo.de +demosite: https://juplo.de +tags: +features: +min_version: 0.152.0 +author: + email: kai@juplo.de + name: Kai Moritz -- 2.39.5