Socket
Socket
Sign inDemoInstall

lektor-gravatar

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    lektor-gravatar


Maintainers
1

Readme

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:

  • @pybeeware on Twitter_

  • The pybee/general_ channel on Gitter.

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

.. _Lektor: https://www.getlektor.com .. _Gravatar: http://en.gravatar.com .. _documentation on writing Lektor plugins: https://www.getlektor.com/docs/plugins/howto/ .. _BeeWare suite: http://pybee.org .. _@pybeeware on Twitter: https://twitter.com/pybeeware .. _pybee/general: https://gitter.im/pybee/general .. _log them on Github: https://github.com/pybee/lektor-gravatar/issues .. _fork the code: https://github.com/pybee/lektor-gravatar .. _submit a pull request: https://github.com/pybee/lektor-gravatar/pulls

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc