From d0ce904c677f799a42cdcb99c7468e08351f5eef Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Wed, 22 Apr 2026 14:22:43 +0200 Subject: [PATCH] =?utf8?q?Beispiel-Content=20unter=20`/projects/`,=20mit?= =?utf8?q?=20einer=20"unn=C3=B6tigen"=20Zwischenebene?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- exampleSite/content/projects/foo/a.md | 5 +++++ exampleSite/content/projects/foo/b.md | 5 +++++ exampleSite/content/projects/foo/c.md | 6 ++++++ exampleSite/content/projects/foo/d/_index.html | 5 +++++ 4 files changed, 21 insertions(+) create mode 100644 exampleSite/content/projects/foo/a.md create mode 100644 exampleSite/content/projects/foo/b.md create mode 100644 exampleSite/content/projects/foo/c.md create mode 100644 exampleSite/content/projects/foo/d/_index.html diff --git a/exampleSite/content/projects/foo/a.md b/exampleSite/content/projects/foo/a.md new file mode 100644 index 00000000..d9859641 --- /dev/null +++ b/exampleSite/content/projects/foo/a.md @@ -0,0 +1,5 @@ +--- +title: A +params: + visible: true +--- diff --git a/exampleSite/content/projects/foo/b.md b/exampleSite/content/projects/foo/b.md new file mode 100644 index 00000000..7d920d89 --- /dev/null +++ b/exampleSite/content/projects/foo/b.md @@ -0,0 +1,5 @@ +--- +title: B +params: + visible: true +--- diff --git a/exampleSite/content/projects/foo/c.md b/exampleSite/content/projects/foo/c.md new file mode 100644 index 00000000..21b75c8f --- /dev/null +++ b/exampleSite/content/projects/foo/c.md @@ -0,0 +1,6 @@ +--- +title: C +url: /c +params: + visible: true +--- diff --git a/exampleSite/content/projects/foo/d/_index.html b/exampleSite/content/projects/foo/d/_index.html new file mode 100644 index 00000000..fe3133d8 --- /dev/null +++ b/exampleSite/content/projects/foo/d/_index.html @@ -0,0 +1,5 @@ +--- +title: D +params: + visible: true +--- -- 2.39.5