]> juplo.de Git - website/commit
Projects: Routing-Pages, ProjectPage-Komponente und BlogNav-Integration
authorKai Moritz <kai.milan.moritz@googlemail.com>
Sun, 14 Jun 2026 11:59:59 +0000 (11:59 +0000)
committerKai Moritz <kai.milan.moritz@googlemail.com>
Sun, 14 Jun 2026 11:59:59 +0000 (11:59 +0000)
commitac565da1392184df0d38619fd341c190b2d683b2
tree3abe7541227058589310482e99e034871c2d44b9
parent697d22e806ac43f2b53e3b9b58d2e13fa8c76440
Projects: Routing-Pages, ProjectPage-Komponente und BlogNav-Integration

- ProjectPage.astro: wiederverwendbare Komponente für alle Projektseiten
  (liest Collection-Entry per ID, rendert HTML-Body via set:html, setzt canonical)
- 12 statische Routing-Dateien: 6 für 2.1.1 (visible) unter /hibernate-maven-plugin/,
  6 für 2.1.2-SNAPSHOT unter /projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/
- BlogNav: Projects-Ast zwischen Blog und About eingefügt mit vollständiger
  off-Logik (tree.html-Analogon); SNAPSHOT-Seiten zeigen SNAPSHOT-NavTree
  an der Position der sichtbaren Version; off-Logic für Blog/About angepasst

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
15 files changed:
src/components/BlogNav.astro
src/components/ProjectPage.astro [new file with mode: 0644]
src/pages/hibernate-maven-plugin/configuration.html.astro [new file with mode: 0644]
src/pages/hibernate-maven-plugin/create-mojo.html.astro [new file with mode: 0644]
src/pages/hibernate-maven-plugin/index.astro [new file with mode: 0644]
src/pages/hibernate-maven-plugin/plugin-info.html.astro [new file with mode: 0644]
src/pages/hibernate-maven-plugin/project-info.html.astro [new file with mode: 0644]
src/pages/hibernate-maven-plugin/project-reports.html.astro [new file with mode: 0644]
src/pages/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html.astro [new file with mode: 0644]
src/pages/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html.astro [new file with mode: 0644]
src/pages/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/index.astro [new file with mode: 0644]
src/pages/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html.astro [new file with mode: 0644]
src/pages/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html.astro [new file with mode: 0644]
src/pages/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html.astro [new file with mode: 0644]
src/pages/projects/index.astro [new file with mode: 0644]