]> juplo.de Git - website/commitdiff
Remove Hugo-specific outputs/layout fields from project content
authorKai Moritz <kai.milan.moritz@googlemail.com>
Mon, 15 Jun 2026 18:41:56 +0000 (18:41 +0000)
committerKai Moritz <kai.milan.moritz@googlemail.com>
Mon, 15 Jun 2026 18:41:56 +0000 (18:41 +0000)
outputs: [html] and layout: article are Hugo artifacts carried over
from the migration — Astro ignores them. Removed from all 12 content
files and from the Zod schema in content.config.ts.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13 files changed:
src/content.config.ts
src/content/projects/hibernate-maven-plugin/2.1.1/_index.html
src/content/projects/hibernate-maven-plugin/2.1.1/configuration.html
src/content/projects/hibernate-maven-plugin/2.1.1/project-info/_index.html
src/content/projects/hibernate-maven-plugin/2.1.1/project-reports/_index.html
src/content/projects/hibernate-maven-plugin/2.1.1/project-reports/plugin-info/_index.html
src/content/projects/hibernate-maven-plugin/2.1.1/project-reports/plugin-info/create-mojo.html
src/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/_index.html
src/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html
src/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info/_index.html
src/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports/_index.html
src/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports/plugin-info/_index.html
src/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports/plugin-info/create-mojo.html

index 88f2f0031c28defdf84c49d6659dd3cf5d7bd4d2..079cd458271eb7e97c7c8ac356d3f14c3b9551a8 100644 (file)
@@ -27,8 +27,6 @@ const projectPageSchema = z.object({
   title: z.string(),
   weight: z.number().default(999),
   url: z.string(),
-  layout: z.string().optional(),
-  outputs: z.array(z.string()).optional(),
   params: z.object({
     current: z.boolean(),
     canonical: z.string().optional(),
index 6c3ce3b524b3fb2099e5fd520c34071247e500a7..6cedd36a10a3bdfcb759ef5811fb3994b3a7f8b6 100644 (file)
@@ -1,10 +1,7 @@
 ---
 title: Hibernate Maven Plugin
 weight: 0
-outputs:
-  - html
 url: /hibernate-maven-plugin/
-layout: article
 params:
   current: true
 ---
index a9f1a36ee67bdc5431c51bdca5f5a5d3cd51cc40..7a5689926729a797d5902b1eca291d9f5519f010 100644 (file)
@@ -1,10 +1,7 @@
 ---
 title: Configuration Examples
 weight: 20
-outputs:
-  - html
 url: /hibernate-maven-plugin/configuration.html
-layout: article
 params:
   current: true
 ---
index a0f906aa0e0c300870c3d4c1de7516d0eeb6d50a..e1ae6bd043515e9f990b608704aa453bbc226898 100644 (file)
@@ -1,10 +1,7 @@
 ---
 title: Project Information
 weight: 1
-outputs:
-  - html
 url: /hibernate-maven-plugin/project-info.html
-layout: article
 params:
   current: true
 ---
index cf617359b256b9d483854f1770748da0f582a7d6..df34f594a43517b5bf580b8b0317a94e2c76caa9 100644 (file)
@@ -1,10 +1,7 @@
 ---
 title: Project Reports
 weight: 12
-outputs:
-  - html
 url: /hibernate-maven-plugin/project-reports.html
-layout: article
 params:
   current: true
 ---
index a0d8104750764fbf91a384d8735c4ab673e1a7eb..fafb31e0fec19a8c35f5550a1653ef21984c9f9c 100644 (file)
@@ -1,10 +1,7 @@
 ---
 title: Plugin Documentation
 weight: 19
-outputs:
-  - html
 url: /hibernate-maven-plugin/plugin-info.html
-layout: article
 params:
   current: true
 ---
index d241a92237e6458174dbf55045d5a9c7fd1dfafa..1eed81e20f968029577ae5f9c3528949cf8c8067 100644 (file)
@@ -1,10 +1,7 @@
 ---
 title: "Goal — hibernate:create"
 weight: 21
-outputs:
-  - html
 url: /hibernate-maven-plugin/create-mojo.html
-layout: article
 params:
   current: true
 ---
index 3c4f9711023516a1fb5ce4125f7eb1beec7f1bd2..ceda4ab264c7b8a60148f86681ab6c79940491fa 100644 (file)
@@ -1,10 +1,7 @@
 ---
 title: Hibernate Maven Plugin
 weight: 0
-outputs:
-  - html
 url: /projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/
-layout: article
 params:
   current: false
   canonical: /hibernate-maven-plugin/
index 0664763d4cbb8c394bd69f6c4016982ff0eff04d..33a20e76e3bc3229457b193e82920f6e7c5d21a9 100644 (file)
@@ -1,10 +1,7 @@
 ---
 title: Configuration Examples
 weight: 20
-outputs:
-  - html
 url: /projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/configuration.html
-layout: article
 params:
   current: false
   canonical: /hibernate-maven-plugin/configuration.html
index fd01d8614e061425cfeb9536130606ca4d1f9f19..6108dbc1c9d27be8d0e2617b5bd0638e56292f24 100644 (file)
@@ -1,10 +1,7 @@
 ---
 title: Project Information
 weight: 1
-outputs:
-  - html
 url: /projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-info.html
-layout: article
 params:
   current: false
   canonical: /hibernate-maven-plugin/project-info.html
index e45e483e900aa3625b190a616d0dd25ceab4474e..cd4a0171f45ab1675c8d21a7f7e461f146aab866 100644 (file)
@@ -1,10 +1,7 @@
 ---
 title: Project Reports
 weight: 12
-outputs:
-  - html
 url: /projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports.html
-layout: article
 params:
   current: false
   canonical: /hibernate-maven-plugin/project-reports.html
index 7ec2fe331c759a0190c867fd40bbd705b6d4c181..4553609947c69d7c136960fe71e8ba1a9945f5ee 100644 (file)
@@ -1,10 +1,7 @@
 ---
 title: Plugin Documentation
 weight: 19
-outputs:
-  - html
 url: /projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/plugin-info.html
-layout: article
 params:
   current: false
   canonical: /hibernate-maven-plugin/plugin-info.html
index 8d4bd7e7e19851e7866ad240e9a9dbd364df9b9d..1291e442f11fc4dd429b52cebaede435d34ee126 100644 (file)
@@ -1,10 +1,7 @@
 ---
 title: "Goal — hibernate:create"
 weight: 21
-outputs:
-  - html
 url: /projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/create-mojo.html
-layout: article
 params:
   current: false
   canonical: /hibernate-maven-plugin/create-mojo.html