@bitruss/vuepress-matomo-analytics

0.0.5 • Public • Published

VuePress Plugin Matomo Analytics

This project add Matomo support for vuepress.

FYI Matomo is a powerful web analytics platform that gives you and your business 100% data ownership and user privacy protection.

This plugin is based on the official VuePress plugin @vuepress/plugin-google-analytics - npm.

Install

$ 

# or

$ 

Usage

Add vuepress-plugin-matomo in your site or theme config file.

See official docs

// .vuepress/config.js
// or
// .vuepress/theme/index.js

module.exports = {
  plugins: [
    ['matomo', {trackerUrl: 'XXX', siteId: 'YYY'}]
  ]
}

License

GNU General Public License version 3

Package Sidebar

Install

npm i @bitruss/vuepress-matomo-analytics

Weekly Downloads

0

Version

0.0.5

License

GPL-3.0

Unpacked Size

38.3 kB

Total Files

5

Last publish

Collaborators

  • bitruss