WIP:site
[hibernate4-maven-plugin] / src / site / site.xml
index a7047c2..3ce970f 100644 (file)
   <skin>
     <groupId>de.juplo.maven</groupId>
     <artifactId>maven-thymeleaf-skin</artifactId>
-    <version>1.0.0</version>
+    <version>1.1.0</version>
   </skin>
   <custom>
     <thymeproxy>
-      <path>/hibernate-maven-plugin-${project.version}/</path>
-      <crumbs><![CDATA[&quot;/projects.html&quot;]]></crumbs>
+      <path>/hibernate-maven-plugin/</path>
+      <prefix>/projects</prefix>
+      <crumbs>"/index.html","/projects.html"</crumbs>
+      <command>th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}"</command>
     </thymeproxy>
   </custom>
 </project>