Author: gk
Date: Thu Apr 30 12:41:43 2020
New Revision: 1877201
URL: http://svn.apache.org/viewvc?rev=1877201&view=rev
Log:
- more modern skin, compatible with maven-site-plugin version 3.8.2
Modified:
turbine/core/trunk/src/site/site.xml
Modified: turbine/core/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/turbine/core/trunk/src/site/site.xml?rev=1877201&r1=1877200&r2=1877201&view=diff
==============================================================================
--- turbine/core/trunk/src/site/site.xml (original)
+++ turbine/core/trunk/src/site/site.xml Thu Apr 30 12:41:43 2020
@@ -29,6 +29,11 @@
<bannerRight>
<src>/images/logo.gif</src>
</bannerRight>
+ <skin>
+ <groupId>org.apache.maven.skins</groupId>
+ <artifactId>maven-fluido-skin</artifactId>
+ <version>1.8</version>
+ </skin>
<body>
<menu name="General Information">
@@ -100,4 +105,10 @@
<item name="Todo" href="/todo.html"/>
</menu>
</body>
+ <custom>
+ <fluidoSkin>
+ <topBarEnabled>false</topBarEnabled>
+ <sideBarEnabled>true</sideBarEnabled>
+ </fluidoSkin>
+ </custom>
</project>