Justin Mayer 9ef4b29dc0 Enhance Pelican Comment System form docs | 8 yıl önce | |
---|---|---|
.. | ||
doc | 8 yıl önce | |
identicon | 10 yıl önce | |
Readme.md | 8 yıl önce | |
__init__.py | 10 yıl önce | |
avatars.py | 10 yıl önce | |
comment.py | 10 yıl önce | |
pelican_comment_system.py | 8 yıl önce |
Pelican Comment System allows you to add static comments to your articles.
Comments are stored in files in formats that can be processed by Pelican (e.g., Markdown, reStructuredText). Each comment resides in its own file.
See it in action here: bernhard.scheirle.de
Author | Website | Github |
---|---|---|
Bernhard Scheirle | http://bernhard.scheirle.de | https://github.com/Scheirle |
Pelican 3.4 or newer is required.
To create identicons, the Python Image Library is needed. Therefore you either need PIL or Pillow (recommended).
Install Pillow via:
pip install Pillow
If you don't want avatars or identicons, this plugin works fine without PIL/Pillow. You will, however, see a warning that identicons are deactivated (as expected).