https://github.com/yeskunall/lume_umami
Lume plugin to add Umami Analytics to your website
https://github.com/yeskunall/lume_umami
deno deno-module lume umami umami-analytics
Last synced: 10 months ago
JSON representation
Lume plugin to add Umami Analytics to your website
- Host: GitHub
- URL: https://github.com/yeskunall/lume_umami
- Owner: yeskunall
- License: mit
- Created: 2025-02-21T15:05:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-29T17:49:17.000Z (about 1 year ago)
- Last Synced: 2025-06-20T16:47:57.425Z (about 1 year ago)
- Topics: deno, deno-module, lume, umami, umami-analytics
- Language: TypeScript
- Homepage: https://deno.land/x/lume_umami
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# lume_umami
> A [Lume plugin](https://lume.land/docs/configuration/install-plugins/) to add [Umami Analytics](https://umami.is/) to your website.
## ðŠķ Highlights
- **Zero dependencies**
- Supports all [configuration](https://umami.is/docs/tracker-configuration) options
- Provides autocomplete and inline documentation
- **Actively maintained**
## ð Usage
### Install
1. Install the required dependencies
```sh
deno add lume_umami
```
2. Add the integration to your Lume config:
```diff
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](https://github.com/yeskunall/lume-umami/blob/main/mod.ts#L11).
### Related
[`astro-umami`](https://github.com/yeskunall/astro-umami) - [Astro integration](https://docs.astro.build/en/guides/integrations-guide/) to add [Umami Analytics](https://umami.is/) to your website
---
#### âïļ License
[MIT](https://github.com/yeskunall/lume_umami/blob/main/license) ÂĐ [Kunall Banerjee](https://kunall.dev/)