spinkube / documentation

Site and Docs for the SpinKube community project
https://www.spinkube.dev/
Apache License 2.0
13 stars 22 forks source link

Add some cookie-less web analytics #103

Closed flynnduism closed 4 months ago

flynnduism commented 4 months ago

Good to gather some insights on traffic patterns - ideally with Plausible, a GA alternative that does not set any cookies.

To implement this we would add a component to the site's Hugo config.toml as shown in their install docs

theme = ["plausible-hugo"]  # Add this theme to your already existing other themes
[params.plausible]
  enable = true  # Whether to enable plausible tracking
  domain = "spinkube.dev"  # Plausible "domain" name/id in your dashboard

Screen Shot 2024-03-12 at 10 10 17 AM

I've setup the account admin side of things - code update required to complete this.

macolso commented 4 months ago

I'll take a look into this today with some help from @karthik2804

vdice commented 4 months ago

Closed by https://github.com/spinkube/documentation/pull/106 right @macolso ?

macolso commented 4 months ago

Yes, feel free to close @vdice