jekyll-email-munge 0.1.0
A Jekyll plugin for address munging — defending email addresses on public sites against bulk harvesters. Stacks five independently-effective techniques (AES-128-GCM encryption, JS conversion, click trigger, CSS-hidden decoy, SVG noscript fallback) so scrapers see ciphertext while humans see a normal mailto link. Drop in a Liquid tag — `{% munge_email "user@example.com" %}` — and the plugin handles encryption at build time, the decoder script, and the fallback markup.
Gemfile:
=
install:
=
Versions:
- 0.1.0 May 06, 2026 (13.5 KB)
Runtime Dependencies (1):
jekyll
>= 3.7, < 5.0