From 68121d5ad60da3bdef85585ef1ffe9073359ce4a Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sun, 21 Dec 2025 11:32:54 +0100 Subject: [PATCH] Beispiel- von Theme-Content getrennt und ordentliche Theme-Config angelegt -- MOVE --- {content => exampleSite/content}/_index.html | 0 .../content}/blog/2013/_index.html | 0 .../content}/blog/2013/article.html | 0 .../content}/blog/2020/_index.html | 0 .../content}/blog/2020/comments.html | 0 .../content}/blog/2021/_index.html | 0 .../content}/blog/2021/wp2hugo.html | 0 .../content}/blog/_index.html | 0 {content => exampleSite/content}/devel.html | 0 .../content}/projects/_index.html | 0 .../content}/projects/accelerator.html | 0 .../content}/projects/fix-swf/_index.html | 0 .../projects/fix-swf/getting-started.html | 0 .../content}/projects/fix-swf/overview.html | 0 .../projects/html-experimente/_index.html | 0 .../html-experimente/basis-layout.html | 0 .../projects/html-experimente/breadcrumb.html | 0 .../html-experimente/druck-layout.html | 0 .../projects/html-experimente/error.html | 0 ...ast-leer-einspaltig-mit-marginalinhalt.html | 0 .../html-experimente/fast-leer-einspaltig.html | 0 ...-kein-men\303\274-aber-marginalinhalt.html" | 0 .../fast-leer-kein-men\303\274.html" | 0 ...er-mit-men\303\274-und-marginalinhalt.html" | 0 .../fast-leer-mit-men\303\274.html" | 0 .../projects/html-experimente/formulare.html | 0 .../projects/html-experimente/kein-layout.html | 0 .../projects/html-experimente/phone.html | 0 .../html-experimente/seitenaufteilung.html | 0 .../projects/html-experimente/seitenkopf.html | 0 .../projects/html-experimente/symbole.html | 0 .../projects/html-experimente/tablet.html | 0 .../projects/html-experimente/testlab.html | 0 .../projects/html-experimente/tiny.html | 0 .../content}/projects/typo.html | 0 exampleSite/hugo.yaml | 18 ++++++++++++++++++ hugo.yaml => theme.yaml | 0 37 files changed, 18 insertions(+) rename {content => exampleSite/content}/_index.html (100%) rename {content => exampleSite/content}/blog/2013/_index.html (100%) rename {content => exampleSite/content}/blog/2013/article.html (100%) rename {content => exampleSite/content}/blog/2020/_index.html (100%) rename {content => exampleSite/content}/blog/2020/comments.html (100%) rename {content => exampleSite/content}/blog/2021/_index.html (100%) rename {content => exampleSite/content}/blog/2021/wp2hugo.html (100%) rename {content => exampleSite/content}/blog/_index.html (100%) rename {content => exampleSite/content}/devel.html (100%) rename {content => exampleSite/content}/projects/_index.html (100%) rename {content => exampleSite/content}/projects/accelerator.html (100%) rename {content => exampleSite/content}/projects/fix-swf/_index.html (100%) rename {content => exampleSite/content}/projects/fix-swf/getting-started.html (100%) rename {content => exampleSite/content}/projects/fix-swf/overview.html (100%) rename {content => exampleSite/content}/projects/html-experimente/_index.html (100%) rename {content => exampleSite/content}/projects/html-experimente/basis-layout.html (100%) rename {content => exampleSite/content}/projects/html-experimente/breadcrumb.html (100%) rename {content => exampleSite/content}/projects/html-experimente/druck-layout.html (100%) rename {content => exampleSite/content}/projects/html-experimente/error.html (100%) rename {content => exampleSite/content}/projects/html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html (100%) rename {content => exampleSite/content}/projects/html-experimente/fast-leer-einspaltig.html (100%) rename "content/projects/html-experimente/fast-leer-kein-men\303\274-aber-marginalinhalt.html" => "exampleSite/content/projects/html-experimente/fast-leer-kein-men\303\274-aber-marginalinhalt.html" (100%) rename "content/projects/html-experimente/fast-leer-kein-men\303\274.html" => "exampleSite/content/projects/html-experimente/fast-leer-kein-men\303\274.html" (100%) rename "content/projects/html-experimente/fast-leer-mit-men\303\274-und-marginalinhalt.html" => "exampleSite/content/projects/html-experimente/fast-leer-mit-men\303\274-und-marginalinhalt.html" (100%) rename "content/projects/html-experimente/fast-leer-mit-men\303\274.html" => "exampleSite/content/projects/html-experimente/fast-leer-mit-men\303\274.html" (100%) rename {content => exampleSite/content}/projects/html-experimente/formulare.html (100%) rename {content => exampleSite/content}/projects/html-experimente/kein-layout.html (100%) rename {content => exampleSite/content}/projects/html-experimente/phone.html (100%) rename {content => exampleSite/content}/projects/html-experimente/seitenaufteilung.html (100%) rename {content => exampleSite/content}/projects/html-experimente/seitenkopf.html (100%) rename {content => exampleSite/content}/projects/html-experimente/symbole.html (100%) rename {content => exampleSite/content}/projects/html-experimente/tablet.html (100%) rename {content => exampleSite/content}/projects/html-experimente/testlab.html (100%) rename {content => exampleSite/content}/projects/html-experimente/tiny.html (100%) rename {content => exampleSite/content}/projects/typo.html (100%) create mode 100644 exampleSite/hugo.yaml rename hugo.yaml => theme.yaml (100%) diff --git a/content/_index.html b/exampleSite/content/_index.html similarity index 100% rename from content/_index.html rename to exampleSite/content/_index.html diff --git a/content/blog/2013/_index.html b/exampleSite/content/blog/2013/_index.html similarity index 100% rename from content/blog/2013/_index.html rename to exampleSite/content/blog/2013/_index.html diff --git a/content/blog/2013/article.html b/exampleSite/content/blog/2013/article.html similarity index 100% rename from content/blog/2013/article.html rename to exampleSite/content/blog/2013/article.html diff --git a/content/blog/2020/_index.html b/exampleSite/content/blog/2020/_index.html similarity index 100% rename from content/blog/2020/_index.html rename to exampleSite/content/blog/2020/_index.html diff --git a/content/blog/2020/comments.html b/exampleSite/content/blog/2020/comments.html similarity index 100% rename from content/blog/2020/comments.html rename to exampleSite/content/blog/2020/comments.html diff --git a/content/blog/2021/_index.html b/exampleSite/content/blog/2021/_index.html similarity index 100% rename from content/blog/2021/_index.html rename to exampleSite/content/blog/2021/_index.html diff --git a/content/blog/2021/wp2hugo.html b/exampleSite/content/blog/2021/wp2hugo.html similarity index 100% rename from content/blog/2021/wp2hugo.html rename to exampleSite/content/blog/2021/wp2hugo.html diff --git a/content/blog/_index.html b/exampleSite/content/blog/_index.html similarity index 100% rename from content/blog/_index.html rename to exampleSite/content/blog/_index.html diff --git a/content/devel.html b/exampleSite/content/devel.html similarity index 100% rename from content/devel.html rename to exampleSite/content/devel.html diff --git a/content/projects/_index.html b/exampleSite/content/projects/_index.html similarity index 100% rename from content/projects/_index.html rename to exampleSite/content/projects/_index.html diff --git a/content/projects/accelerator.html b/exampleSite/content/projects/accelerator.html similarity index 100% rename from content/projects/accelerator.html rename to exampleSite/content/projects/accelerator.html diff --git a/content/projects/fix-swf/_index.html b/exampleSite/content/projects/fix-swf/_index.html similarity index 100% rename from content/projects/fix-swf/_index.html rename to exampleSite/content/projects/fix-swf/_index.html diff --git a/content/projects/fix-swf/getting-started.html b/exampleSite/content/projects/fix-swf/getting-started.html similarity index 100% rename from content/projects/fix-swf/getting-started.html rename to exampleSite/content/projects/fix-swf/getting-started.html diff --git a/content/projects/fix-swf/overview.html b/exampleSite/content/projects/fix-swf/overview.html similarity index 100% rename from content/projects/fix-swf/overview.html rename to exampleSite/content/projects/fix-swf/overview.html diff --git a/content/projects/html-experimente/_index.html b/exampleSite/content/projects/html-experimente/_index.html similarity index 100% rename from content/projects/html-experimente/_index.html rename to exampleSite/content/projects/html-experimente/_index.html diff --git a/content/projects/html-experimente/basis-layout.html b/exampleSite/content/projects/html-experimente/basis-layout.html similarity index 100% rename from content/projects/html-experimente/basis-layout.html rename to exampleSite/content/projects/html-experimente/basis-layout.html diff --git a/content/projects/html-experimente/breadcrumb.html b/exampleSite/content/projects/html-experimente/breadcrumb.html similarity index 100% rename from content/projects/html-experimente/breadcrumb.html rename to exampleSite/content/projects/html-experimente/breadcrumb.html diff --git a/content/projects/html-experimente/druck-layout.html b/exampleSite/content/projects/html-experimente/druck-layout.html similarity index 100% rename from content/projects/html-experimente/druck-layout.html rename to exampleSite/content/projects/html-experimente/druck-layout.html diff --git a/content/projects/html-experimente/error.html b/exampleSite/content/projects/html-experimente/error.html similarity index 100% rename from content/projects/html-experimente/error.html rename to exampleSite/content/projects/html-experimente/error.html diff --git a/content/projects/html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html b/exampleSite/content/projects/html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html similarity index 100% rename from content/projects/html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html rename to exampleSite/content/projects/html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html diff --git a/content/projects/html-experimente/fast-leer-einspaltig.html b/exampleSite/content/projects/html-experimente/fast-leer-einspaltig.html similarity index 100% rename from content/projects/html-experimente/fast-leer-einspaltig.html rename to exampleSite/content/projects/html-experimente/fast-leer-einspaltig.html diff --git "a/content/projects/html-experimente/fast-leer-kein-men\303\274-aber-marginalinhalt.html" "b/exampleSite/content/projects/html-experimente/fast-leer-kein-men\303\274-aber-marginalinhalt.html" similarity index 100% rename from "content/projects/html-experimente/fast-leer-kein-men\303\274-aber-marginalinhalt.html" rename to "exampleSite/content/projects/html-experimente/fast-leer-kein-men\303\274-aber-marginalinhalt.html" diff --git "a/content/projects/html-experimente/fast-leer-kein-men\303\274.html" "b/exampleSite/content/projects/html-experimente/fast-leer-kein-men\303\274.html" similarity index 100% rename from "content/projects/html-experimente/fast-leer-kein-men\303\274.html" rename to "exampleSite/content/projects/html-experimente/fast-leer-kein-men\303\274.html" diff --git "a/content/projects/html-experimente/fast-leer-mit-men\303\274-und-marginalinhalt.html" "b/exampleSite/content/projects/html-experimente/fast-leer-mit-men\303\274-und-marginalinhalt.html" similarity index 100% rename from "content/projects/html-experimente/fast-leer-mit-men\303\274-und-marginalinhalt.html" rename to "exampleSite/content/projects/html-experimente/fast-leer-mit-men\303\274-und-marginalinhalt.html" diff --git "a/content/projects/html-experimente/fast-leer-mit-men\303\274.html" "b/exampleSite/content/projects/html-experimente/fast-leer-mit-men\303\274.html" similarity index 100% rename from "content/projects/html-experimente/fast-leer-mit-men\303\274.html" rename to "exampleSite/content/projects/html-experimente/fast-leer-mit-men\303\274.html" diff --git a/content/projects/html-experimente/formulare.html b/exampleSite/content/projects/html-experimente/formulare.html similarity index 100% rename from content/projects/html-experimente/formulare.html rename to exampleSite/content/projects/html-experimente/formulare.html diff --git a/content/projects/html-experimente/kein-layout.html b/exampleSite/content/projects/html-experimente/kein-layout.html similarity index 100% rename from content/projects/html-experimente/kein-layout.html rename to exampleSite/content/projects/html-experimente/kein-layout.html diff --git a/content/projects/html-experimente/phone.html b/exampleSite/content/projects/html-experimente/phone.html similarity index 100% rename from content/projects/html-experimente/phone.html rename to exampleSite/content/projects/html-experimente/phone.html diff --git a/content/projects/html-experimente/seitenaufteilung.html b/exampleSite/content/projects/html-experimente/seitenaufteilung.html similarity index 100% rename from content/projects/html-experimente/seitenaufteilung.html rename to exampleSite/content/projects/html-experimente/seitenaufteilung.html diff --git a/content/projects/html-experimente/seitenkopf.html b/exampleSite/content/projects/html-experimente/seitenkopf.html similarity index 100% rename from content/projects/html-experimente/seitenkopf.html rename to exampleSite/content/projects/html-experimente/seitenkopf.html diff --git a/content/projects/html-experimente/symbole.html b/exampleSite/content/projects/html-experimente/symbole.html similarity index 100% rename from content/projects/html-experimente/symbole.html rename to exampleSite/content/projects/html-experimente/symbole.html diff --git a/content/projects/html-experimente/tablet.html b/exampleSite/content/projects/html-experimente/tablet.html similarity index 100% rename from content/projects/html-experimente/tablet.html rename to exampleSite/content/projects/html-experimente/tablet.html diff --git a/content/projects/html-experimente/testlab.html b/exampleSite/content/projects/html-experimente/testlab.html similarity index 100% rename from content/projects/html-experimente/testlab.html rename to exampleSite/content/projects/html-experimente/testlab.html diff --git a/content/projects/html-experimente/tiny.html b/exampleSite/content/projects/html-experimente/tiny.html similarity index 100% rename from content/projects/html-experimente/tiny.html rename to exampleSite/content/projects/html-experimente/tiny.html diff --git a/content/projects/typo.html b/exampleSite/content/projects/typo.html similarity index 100% rename from content/projects/typo.html rename to exampleSite/content/projects/typo.html diff --git a/exampleSite/hugo.yaml b/exampleSite/hugo.yaml new file mode 100644 index 00000000..bdd51f41 --- /dev/null +++ b/exampleSite/hugo.yaml @@ -0,0 +1,18 @@ +baseURL: https://example.org/ +copyright: Kai Moritz +languageCode: en-US +mainSections: + - blog + - projects + - about +minify: + minifyOutput: true +module: + hugoVersion: + extended: false + min: 0.152.0 +params: + author: + email: kai@juplo.de + name: Kai Moritz +title: Thymeleaf-Theme for Thymeroot diff --git a/hugo.yaml b/theme.yaml similarity index 100% rename from hugo.yaml rename to theme.yaml -- 2.39.5