From: Kai Moritz Date: Wed, 22 Apr 2026 13:40:22 +0000 (+0200) Subject: LÖSUNG: Wenn expizit ein Pfad spezifiziert wird sollte dieser auf `/` enden X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=517dd268d1f9bc42477414f457804c6f82fb71f1;p=website LÖSUNG: Wenn expizit ein Pfad spezifiziert wird sollte dieser auf `/` enden * 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! * Das `outputs.html` ist allerdings weiter für die Seite "Project Reports" nötig ** Hier ist noch nicht ganz klar, warum ** Die Seite "Project Info" unterscheidet sich kaum, benötigt die Angabe aber nicht ** Ggf. liegt es daran, dass unter `/project-reports/` weitere Sektionen liegen --- diff --git a/exampleSite/content/projects/hibernate-maven-plugin/2.1.1/_index.html b/exampleSite/content/projects/hibernate-maven-plugin/2.1.1/_index.html index 6c173ec2..440a67fe 100644 --- a/exampleSite/content/projects/hibernate-maven-plugin/2.1.1/_index.html +++ b/exampleSite/content/projects/hibernate-maven-plugin/2.1.1/_index.html @@ -1,8 +1,6 @@ --- title: Hibernate Maven Plugin weight: 0 -outputs: - - html url: /hibernate-maven-plugin/ layout: article params: diff --git a/exampleSite/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports/_index.html b/exampleSite/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports/_index.html index 13fc14e5..580d9588 100644 --- a/exampleSite/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports/_index.html +++ b/exampleSite/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports/_index.html @@ -1,6 +1,8 @@ --- title: Project Reports weight: 12 +outputs: + - html url: /projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html layout: article params: diff --git a/exampleSite/content/projects/versioned/0.1/_index.html b/exampleSite/content/projects/versioned/0.1/_index.html index cff32f30..5ad41e27 100644 --- a/exampleSite/content/projects/versioned/0.1/_index.html +++ b/exampleSite/content/projects/versioned/0.1/_index.html @@ -1,6 +1,5 @@ --- title: Versioned Project -- 0.1 -outputs: - - html -url: /versioned-0.1 +url: /versioned-0.1/ --- +

Hallo Welt!

diff --git a/exampleSite/content/projects/versioned/0.2/_index.html b/exampleSite/content/projects/versioned/0.2/_index.html index 0476d601..44588b83 100644 --- a/exampleSite/content/projects/versioned/0.2/_index.html +++ b/exampleSite/content/projects/versioned/0.2/_index.html @@ -1,3 +1,4 @@ --- title: Versioned Project -- 0.2 +url: /projects/versioned/0.2/ ---