David Barragán Merino afd6743319 Use https instead http to get secure resources content in blog over https vor 10 Jahren
..
Readme.rst d47fdc1ea5 adding markdown specific instructions to gravatar readme vor 12 Jahren
__init__.py 9e70c17839 import plugins from core and restructure repo vor 13 Jahren
gravatar.py afd6743319 Use https instead http to get secure resources content in blog over https vor 10 Jahren

Readme.rst

Gravatar
--------

This plugin assigns the ``author_gravatar`` variable to the Gravatar URL and
makes the variable available within the article's context. You can add
``AUTHOR_EMAIL`` to your settings file to define the default author's email
address. Obviously, that email address must be associated with a Gravatar
account.

Alternatively, you can provide an email address from within article metadata.

In ReSTructuredText::

:email: john.doe@example.com

In Markdown::

Email: john.doe@example.com

If the email address is defined via at least one of the two methods above, the
``author_gravatar`` variable is added to the article's context. For markdown,
it is critical the 'E' in Email is capitalized.