This is an automated email from the ASF dual-hosted git repository.

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new ac6f4e9  use fluido skin 1.9 consistently with other Turbine Fulcrum 
components
ac6f4e9 is described below

commit ac6f4e9739e3d8a9a7d6f25561ac2322eadbec4a
Author: Georg Kallidis <[email protected]>
AuthorDate: Tue Sep 21 11:24:22 2021 +0100

    use fluido skin 1.9 consistently with other Turbine Fulcrum components
---
 src/site/site.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/src/site/site.xml b/src/site/site.xml
index 49befec..f2ea251 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -21,9 +21,23 @@
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 
http://maven.apache.org/xsd/decoration-1.4.0.xsd";
   name="Fulcrum Crypto">
+  
+   <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-fluido-skin</artifactId>
+    <version>1.9</version>
+  </skin>
+  
   <body>
     <menu name="Overview">
       <item name="About"             href="/index.html"/>
     </menu>  
   </body>
+  
+   <custom>
+      <fluidoSkin>
+        <topBarEnabled>false</topBarEnabled>
+        <sideBarEnabled>true</sideBarEnabled>
+      </fluidoSkin>
+  </custom> 
 </project>

Reply via email to