You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2020/04/30 12:41:13 UTC

svn commit: r1877200 - /turbine/site/src/site/site.xml

Author: gk
Date: Thu Apr 30 12:41:13 2020
New Revision: 1877200

URL: http://svn.apache.org/viewvc?rev=1877200&view=rev
Log:
- update to more modern skin, compatible with maven-site-plugin version 3.8.2

Modified:
    turbine/site/src/site/site.xml

Modified: turbine/site/src/site/site.xml
URL: http://svn.apache.org/viewvc/turbine/site/src/site/site.xml?rev=1877200&r1=1877199&r2=1877200&view=diff
==============================================================================
--- turbine/site/src/site/site.xml (original)
+++ turbine/site/src/site/site.xml Thu Apr 30 12:41:13 2020
@@ -28,6 +28,12 @@
     <bannerRight>
         <src>http://turbine.apache.org/images/logo.gif</src>
     </bannerRight>
+     <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-fluido-skin</artifactId>
+    <version>1.9</version>
+  </skin>
+  
     <publishDate format="dd MMMM yyyy" position="left" />
     <version position="left" />
     
@@ -100,4 +106,10 @@
         <item name="Improving Documentation"          href="/common/documentation.html"/>
     </menu>
     </body>
+    <custom>
+      <fluidoSkin>
+        <topBarEnabled>false</topBarEnabled>
+        <sideBarEnabled>true</sideBarEnabled>
+      </fluidoSkin>
+  </custom>
 </project>