Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karser/docusaurus-plugin-matomo
Matomo plugin for Docusaurus v2/v3
https://github.com/karser/docusaurus-plugin-matomo
docusaurus docusaurus-plugin docusaurus2 matomo matomo-analytics matomo-tracking
Last synced: 14 days ago
JSON representation
Matomo plugin for Docusaurus v2/v3
- Host: GitHub
- URL: https://github.com/karser/docusaurus-plugin-matomo
- Owner: karser
- License: mit
- Created: 2021-04-13T12:33:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-03T07:46:52.000Z (11 months ago)
- Last Synced: 2024-10-11T13:12:35.586Z (about 1 month ago)
- Topics: docusaurus, docusaurus-plugin, docusaurus2, matomo, matomo-analytics, matomo-tracking
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 12
- Watchers: 3
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Matomo plugin for Docusaurus.
npm install --save docusaurus-plugin-matomo
## Configuration
docusaurus.config.js
```
module.exports = {
plugins: [
'docusaurus-plugin-matomo',
],
themeConfig: {
matomo: {
matomoUrl: 'https://your.matomo.instance/',
siteId: 'ID',
phpLoader: 'matomo.php',
jsLoader: 'matomo.js',
},
},
};
```