Skip to content

Commit

Permalink
Setup Apache Matomo analytics
Browse files Browse the repository at this point in the history
- upgrade fluido-skin to 1.11.0
- add configuration for matomo
- remove unsupported ohloh
  • Loading branch information
slawekjaranowski committed Jun 1, 2022
1 parent a5ea96f commit 58ae62d
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions src/site/site.xml
Expand Up @@ -30,20 +30,25 @@
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.9</version>
<version>1.11.0</version>
</skin>

<edit>${project.scm.url}</edit>

<custom>
<matomo>
<siteId>18</siteId>
<url>https://analytics.apache.org/</url>
<options>
<disableCookies/>
<trackPageView/>
<enableLinkTracking/>
</options>
</matomo>
<fluidoSkin>
<googleSearch>
<sitesearch>www.mojohaus.org</sitesearch>
</googleSearch>
<ohloh>
<projectId>5211</projectId>
<widget>thin-badge</widget>
</ohloh>
<gitHub>
<projectId>mojohaus/${project.artifactId}</projectId>
<ribbonOrientation>right</ribbonOrientation>
Expand Down

0 comments on commit 58ae62d

Please sign in to comment.