Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beeware/lektor-gravatar
A Lektor plugin for generating gravatars
https://github.com/beeware/lektor-gravatar
Last synced: 3 months ago
JSON representation
A Lektor plugin for generating gravatars
- Host: GitHub
- URL: https://github.com/beeware/lektor-gravatar
- Owner: beeware
- License: bsd-3-clause
- Created: 2017-04-30T01:22:16.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2022-04-20T05:51:15.000Z (almost 3 years ago)
- Last Synced: 2024-09-21T10:08:53.041Z (4 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 2
- Watchers: 7
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
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::
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