From fa41423f4a26813849541c10fa678066c81fe05a 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/content/projects/_index.html | 1 - .../content/projects/fix-swf/_index.html | 2 +- exampleSite/content/projects/typo.html | 1 + exampleSite/hugo.yaml | 3 +- theme.yaml | 25 ++- 6 files changed, 14 insertions(+), 176 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/content/projects/_index.html b/exampleSite/content/projects/_index.html index 37ef4cbc..84725267 100644 --- a/exampleSite/content/projects/_index.html +++ b/exampleSite/content/projects/_index.html @@ -1,6 +1,5 @@ --- title: "Projects" -url: /projects.html outputs: - html weight: 20 diff --git a/exampleSite/content/projects/fix-swf/_index.html b/exampleSite/content/projects/fix-swf/_index.html index 7a99d7cf..9668e9eb 100644 --- a/exampleSite/content/projects/fix-swf/_index.html +++ b/exampleSite/content/projects/fix-swf/_index.html @@ -1,6 +1,6 @@ --- title: "Fix SWF" -url: /potemkin/fix-swf/overview.html +lastmod: "2026-02-03T17:30:49.452Z" build: render: local outputs: diff --git a/exampleSite/content/projects/typo.html b/exampleSite/content/projects/typo.html index 039b6acf..c6ed5190 100644 --- a/exampleSite/content/projects/typo.html +++ b/exampleSite/content/projects/typo.html @@ -1,5 +1,6 @@ --- title: "Typography" +lastmod: "2026-02-03T17:30:49.452Z" url: /potemkin/typo.html ---
diff --git a/exampleSite/hugo.yaml b/exampleSite/hugo.yaml index bdd51f41..41058025 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 @@ -15,4 +16,4 @@ params: author: email: kai@juplo.de name: Kai Moritz -title: Thymeleaf-Theme for Thymeroot +title: Hugo-Theme for juplo.de 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