lektor-gravatar

A Lektor plugin for generating gravatars


License
MIT
Install
pip install lektor-gravatar==0.1.2

Documentation

lektor-gravatar

A Lektor plugin providing a template filter that generates Gravatar URLs for an email address.

The implementation is drawn from the documentation on writing Lektor plugins; this package is provided for the convenience of others.

Usage

To add Gravatar support to your Lektor project, run:

$ lektor plugins add lektor-gravatar

Then, in a template, you can reference:

<img src="{{ object.email|gravatar }}" alt="gravatar">

where object.email is a variable in your context containing an email address.

Community

lektor-gravatar is part of the BeeWare suite. You can talk to the community through:

Contributing

If you experience problems with this backend, log them on GitHub. If you want to contribute code, please fork the code and submit a pull request.