Site template
Can copy and paste this site template, and personalize:
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd"
name="${this.name}">
<publishDate position="left" format="dd-MM-yyy HH:mm" />
<version position="left" />
<bannerLeft>
<href>/</href>
<title>${this.name}</title>
<name>${this.name}</name>
</bannerLeft>
<poweredBy>
<logo name="Albirar" title="Albirar" alt="Albirar" href="https://albirar.cat" img="images/logo-albirar-icon.png" />
</poweredBy>
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.9</version>
</skin>
<custom>
<fluidoSkin>
<topBarEnabled>true</topBarEnabled>
<sideBarEnabled>false</sideBarEnabled>
</fluidoSkin>
</custom>
<body>
<head>
<![CDATA[<link rel="icon" type="image/png" href="images/logo-albirar-icon.png"></link>]]>
</head>
<menu name="Documentation" alt="Documentation"
title="Documentation">
<item name="Git flow" href="git_flow.html" />
<item name="Maven Central (through nexus)" href="nexus.html" />
<item name="Project documentation" href="documentation.html" />
<item name="Template for site.xml" href="site_template.html" />
</menu>
<menu name="Info and Reports" alt="Info and Reports"
title="Info and Reports">
<item name="Info" href="project-info.html" />
<item name="Reports" href="project-reports.html" />
</menu>
<menu name="Code" alt="Code" title="Code">
<item name="Source Code" href="${this.scm.url}" alt="Github"
title="Github" img="images/GitHub-Mark-32px.png">
<description>GitHub</description>
</item>
<item name="CI" href="${this.ciManagement.url}"
alt="${this.ciManagement.system}"
title="${this.ciManagement.system}"
img="images/TravisCI-32px.png">
<description>${this.ciManagement.system}</description>
</item>
<item name="Issues" href="${this.issueManagement.url}"
alt="${this.issueManagement.system} Issues"
title="${this.issueManagement.system} Issues"
img="images/Octocat-32px.png">
<description>${this.issueManagement.system} Issues</description>
</item>
</menu>
<menu name="Releases" alt="Releases" title="Releases">
<item name="Maven Central" alt="Maven Central"
title="Maven Central"
img="images/maven-logo-black-on-white-32px.png"
href="https://search.maven.org/artifact/${this.groupId}/${this.artifactId}" />
</menu>
</body>
</project>