From: Kai Moritz Date: Tue, 3 Feb 2026 08:24:22 +0000 (+0100) Subject: Removed hugo-specific markup and moved the project meta-data into JSON X-Git-Url: http://juplo.de/gitweb/?a=commitdiff_plain;h=3e0ee3b808ade5ac673a8b3b37255c911a7a3bcd;p=maven-thymeleaf-skin Removed hugo-specific markup and moved the project meta-data into JSON --- 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