From 8b3291ea53ca1fe7776cb6fc711c67dec4ac5ecb Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sat, 25 Apr 2026 13:28:42 +0200 Subject: [PATCH] =?utf8?q?Pr=C3=BCf-Inhalte=20auf=20der=20Projects-Seite?= =?utf8?q?=20der=20Beispiel-Website=20verlinkt?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- exampleSite/content/projects/_index.html | 16 ---------------- exampleSite/content/projects/_index.md | 15 +++++++++++++++ exampleSite/content/projects/accelerator.html | 2 ++ 3 files changed, 17 insertions(+), 16 deletions(-) delete mode 100644 exampleSite/content/projects/_index.html create mode 100644 exampleSite/content/projects/_index.md diff --git a/exampleSite/content/projects/_index.html b/exampleSite/content/projects/_index.html deleted file mode 100644 index e9775ee1..00000000 --- a/exampleSite/content/projects/_index.html +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Projects" -outputs: - - html -url: /projects.html -weight: 20 ---- -
-

Projects - Potemkinsche Dörfer!

- -
diff --git a/exampleSite/content/projects/_index.md b/exampleSite/content/projects/_index.md new file mode 100644 index 00000000..1a97fa1e --- /dev/null +++ b/exampleSite/content/projects/_index.md @@ -0,0 +1,15 @@ +--- +title: "Projects" +outputs: + - html +url: /projects.html +weight: 20 +--- +## Prüf-Inhalte +* [Typographie]({{% ref path="/projects/typo" %}}) +* [HTML-Experimente]({{% ref path="/projects/html-experimente" %}}) +* [Syntax-Highlighting in Markdown]({{% ref path="/projects/code" %}}) +* [Syntax-Highlighting in generiertem Inhalt]({{% ref path="/projects/hibernate-maven-plugin/code" %}}) +* [Syntax-Highlighting in generiertem Inhalt über Markdown]({{% ref path="/projects/hibernate-maven-plugin/code-md" %}}) +* [Templates]({{% ref path="/templates" %}}) +* [Templates for Error-Pages]({{% ref path="/error" %}}) diff --git a/exampleSite/content/projects/accelerator.html b/exampleSite/content/projects/accelerator.html index b098df87..509ff837 100644 --- a/exampleSite/content/projects/accelerator.html +++ b/exampleSite/content/projects/accelerator.html @@ -1,5 +1,7 @@ --- title: "accelerator - Overview" +params: + visible: true ---

Accelerator - DUMMY

-- 2.39.5