Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswoehlke committed Jul 1, 2023
1 parent 66862d5 commit dfa4d8a
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 9 deletions.
29 changes: 22 additions & 7 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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>Mandelbrot</name>
Expand Down Expand Up @@ -49,4 +49,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 dfa4d8a

Please sign in to comment.