]> juplo.de Git - website/commitdiff
LÖSUNG: Wenn expizit ein Pfad spezifiziert wird sollte dieser auf `/` enden frontend
authorKai Moritz <kai@juplo.de>
Wed, 22 Apr 2026 13:40:22 +0000 (15:40 +0200)
committerKai Moritz <kai@juplo.de>
Wed, 22 Apr 2026 13:40:22 +0000 (15:40 +0200)
* Wenn das letzte Pfad-Segment einen Fehler enthält, wird HTML nicht mehr
  automatisch als das gewünschte Ausgabe-Format gewählt
** Siehe dazu `versioned/0.2/_index.html`
** Dann müsste das Ausgabe-Format explizit mit `outputs.html` gesetzt werden
* Wenn der Pfad mit einem `/` endet, wird HTML automatisch als Ausgabe-
  Format gewählt
** Siehe dazu `versioned/0.1/_index.html`
** Das `outputs.html` ist dann nicht mehr nötig!

exampleSite/content/projects/versioned/0.1/_index.html
exampleSite/content/projects/versioned/0.2/_index.html

index cff32f30f34f7bd22653299afd0c6236c9f5634c..5ad41e27dcb93eaa3a69c9de0b7e715b8488316d 100644 (file)
@@ -1,6 +1,5 @@
 ---
 title: Versioned Project -- 0.1
-outputs:
-  - html
-url: /versioned-0.1
+url: /versioned-0.1/
 ---
+<p>Hallo Welt!</p>
index 0476d601061e50cf1d810e16ba1dccb6d12401aa..1fabd34e53bc098555f5dc694641e7242fbc57d1 100644 (file)
@@ -1,3 +1,4 @@
 ---
 title: Versioned Project -- 0.2
+url: /projects/versioned/0.2
 ---