Skip to main content
Deno 2 is finally here 🎉️
Learn more

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

  1. Install the required dependencies
deno add lume_umami
  1. 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


⚖️ License

MIT © Kunall Banerjee