From 3e0ee3b808ade5ac673a8b3b37255c911a7a3bcd Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Tue, 3 Feb 2026 09:24:22 +0100 Subject: [PATCH] Removed hugo-specific markup and moved the project meta-data into JSON --- src/main/resources/META-INF/maven/site.vm | 34 ++++++----------------- 1 file changed, 8 insertions(+), 26 deletions(-) diff --git a/src/main/resources/META-INF/maven/site.vm b/src/main/resources/META-INF/maven/site.vm index 6791aad..8a7bb58 100644 --- a/src/main/resources/META-INF/maven/site.vm +++ b/src/main/resources/META-INF/maven/site.vm @@ -62,24 +62,7 @@ #end #end #end ---- -title: $!{shortTitle} -lastmod: ${date.get("yyyy-MM-dd'T'HH:mm:ss'Z'")} -params: - generator: Apache Maven Doxia Site Renderer $!{doxiaSiteRendererVersion} - project: - groupId: $!{project.groupId} - artifactId: $!{project.artifactId} - version: $!{project.version} - name: $!{project.name} - description: $!{project.description} - site: - name: $!{site.name} - url: $!{site.url} -outputs: - - html -url: $!{site.custom.getChild('path').getValue()}${alignedFilePath} ---- +
$bodyContent
@@ -87,7 +70,6 @@ $bodyContent #if (!$alignedFilePath or $alignedFilePath == 'index.html') ## Custom Variablen einlesen -#set ( $path = $site.custom.getChild( 'path' ).getValue() ) #set ( $menuName = $site.custom.getChild( 'menuName' ).getValue() ) ## Seiten einlesen @@ -110,17 +92,17 @@ $bodyContent #end #end -- 2.39.5