Readme.rst 728 B

123456789101112131415161718192021222324
  1. Gravatar
  2. --------
  3. This plugin assigns the ``author_gravatar`` variable to the Gravatar URL and
  4. makes the variable available within the article's context. You can add
  5. ``AUTHOR_EMAIL`` to your settings file to define the default author's email
  6. address. Obviously, that email address must be associated with a Gravatar
  7. account.
  8. Alternatively, you can provide an email address from within article metadata.
  9. In reSTructuredText::
  10. :email: john.doe@example.com
  11. In Markdown::
  12. Email: john.doe@example.com
  13. If the email address is defined via at least one of the two methods above, the
  14. ``author_gravatar`` variable is added to the article's context. For Markdown,
  15. it is critical that the 'E' in ``Email`` is capitalized.