Skip to content

deme3/pelican-email-cloak

Repository files navigation

E-mail Cloak: A Plugin for Pelican

PyPI Version License

E-mail cloaking plugin for Pelican

Installation

This plugin can be installed via:

python -m pip install pelican-email-cloak

Usage

To use this plugin, add the following to your pelicanconf.py:

PLUGINS = [
    # ...
    'email_cloak',
    # ...
]

Pelican should automatically discover the plugin after installation under the namespace pelican.plugins.

E-mails in articles and pages will be cloaked.

Changelog

  • 0.1.0 up to 0.1.2: Added support for custom e-mail body and link caption & subsequent hotfixes
  • 0.0.1 up to 0.0.3: Initial release
    • Version bumped to update PyPI description

License

This project is licensed under the MIT license.

About

Cloaks e-mails site-wide! • Pelican plugin based on mailscrambler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages