Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswoehlke committed Jul 1, 2023
1 parent 94caefc commit 97fb735
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
name="Computer Kurzweil">
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-default-skin</artifactId>
<version>1.3</version>
<artifactId>maven-fluido-skin</artifactId>
<version>1.11.1</version>
</skin>
<bannerLeft>
<name>Cyclic Cellular Automaton (Demon)</name>
Expand Down Expand Up @@ -48,4 +48,15 @@
</menu>
<menu name="Maven Reports" ref="reports" inherit="bottom"/>
</body>
<custom>
<fluidoSkin>
<topBarEnabled>true</topBarEnabled>
<topBarContailerStyle>width:90%</topBarContailerStyle>
<navBarStyle>navbar-inverse</navBarStyle>
<sideBarEnabled>false</sideBarEnabled>
<sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
<breadcrumbDivider>»</breadcrumbDivider>
<skipGenerationDate>true</skipGenerationDate>
</fluidoSkin>
</custom>
</project>

0 comments on commit 97fb735

Please sign in to comment.