v0.0.1
Lume plugin to add Umami Analytics to your website
Attributes
Includes Deno configuration
Repository
Current version released
a year ago
Dependencies
deno.land/x
Versions
lume_umami
A Lume plugin to add Umami Analytics to your website.
🪶 Highlights
- Zero dependencies
- Supports all configuration options
- Provides autocomplete and inline documentation
- Actively maintained
🍛 Usage
Install
- 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.
Related
astro-umami - Astro integration to add Umami Analytics to your website