Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

Resolve "Add matomo stats"

Merged Julie Thezenas requested to merge 33-add-matomo-stats into master
Compare and
3 files
+ 29
1
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 10
1
@@ -14,6 +14,12 @@ module.exports = {
organizationName: "froggit/www", // Usually your GitHub org/user name.
projectName: "froggit.fr", // Usually your repo name.
themeConfig: {
matomo: {
matomoUrl: 'https://stats.esprit-libre-conseil.com/',
siteId: '5',
phpLoader: 'piwik.php',
jsLoader: 'piwik.js',
},
navbar: {
title: "",
logo: {
@@ -131,7 +137,7 @@ module.exports = {
],
},
],
// eslint-disable-next-line quotes
copyright: `Lydra © ${new Date().getFullYear()}` +"<br/>"+ `Froggit est fièrement fabriqué avec ❤️ par <a href="http://lydra.fr/">Lydra</a> avec des Logiciels Libres et hébergé en 🇫🇷 chez <a href="https://www.scaleway.fr/">Scaleway</a>` +"<br/>"+ `Construit avec <a href="https://docusaurus.io/fr">Docusaurus</a>`,
},
@@ -162,4 +168,7 @@ module.exports = {
},
],
],
plugins: [
'docusaurus-plugin-matomo',
],
};
Loading