Caution
This project is deprecated and no longer maintained. I don’t use Deno, so I don’t want to maintain it.
A Lume plugin to add Umami Analytics to your website.
- Zero dependencies
- Supports all configuration options
- Provides autocomplete and inline documentation
Actively maintained
- Install the required dependencies
deno add lume_umami- Add the integration to your Lume config:
import lume from "lume/mod.ts";
+ import umami from "lume_umami";
const site = lume({});
+ site.use(umami({ id: "94db1cb1-74f4-4a40-ad6c-962362670409" }));📖 For all configurable options, see the interface.
astro-umami - Astro integration to add Umami Analytics to your website