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: about 1 month ago
JSON representation

Plausible.io integration for Volto projects

Lists

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' });
```