zerostaticthemes / hugo-winston-theme

A minimal and bold blog theme for Hugo
https://hugo-winston.netlify.app/
MIT License
268 stars 110 forks source link

Add support for plausible analytics #24

Closed barry-hennessy closed 1 year ago

barry-hennessy commented 1 year ago

This is something I needed for my own site, but could be useful to everyone.

Plausible is an analytics provider that aims to provide straightforward analytics that comply with privacy regulations (in particular in the EU, but other countries are following suit).

Adding support is quite straightforward; all you need is the domain that you've activated tracking for. This has been added to the Hugo params and if set the plausible-analytics.html partial is included.

It can load alongside google analytics so both partials try to load (and do nothing if not configured to).

https://plausible.io/ https://plausible.io/docs/plausible-script

JugglerX commented 1 year ago

@barry-hennessy I use plausible as well, love it!

barry-hennessy commented 1 year ago

Glad to hear it 😃 !