Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/collective/volto-plausible
Plausible.io integration for Volto projects
https://github.com/collective/volto-plausible
analytics cms plausible plausible-analytics plone volto volto-addon
Last synced: 2 months ago
JSON representation
Plausible.io integration for Volto projects
- Host: GitHub
- URL: https://github.com/collective/volto-plausible
- Owner: collective
- License: mit
- Created: 2021-08-07T17:08:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-24T11:43:27.000Z (about 3 years ago)
- Last Synced: 2024-04-25T23:03:19.947Z (9 months ago)
- Topics: analytics, cms, plausible, plausible-analytics, plone, volto, volto-addon
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-volto - volto-plausible - Volto integration for Plausible.io privacy-first analytics (Addons)
README
# volto-plausible
[Plausible.io](https://plausible.io/) integration for Volto projects.
Install with mrs-developer (see [Volto docs](https://docs.voltocms.com/customizing/add-ons/)) or with:
```bash
yarn add volto-plausible
```Created with [voltocli](https://github.com/nzambello/voltocli).
## Usage
Apply this addon to your Volto project, then configure it in `config.js` with your site's domain, accordingly to your Plausible configuration:
```js
applyPlausibleConfig({ config, domain: 'rawmaterial.it' });
```