Skip to content
This repository was archived by the owner on Apr 16, 2026. It is now read-only.

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lume_umami

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.

🪶 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.

Related

astro-umami - Astro integration to add Umami Analytics to your website


⚖️ License

MIT © Kunall Banerjee

About

Lume plugin to add Umami Analytics to your website

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Used by

Contributors

Languages