Bernhard Scheirle 02a4645912 [pelican_comment_system] made python3 compatible | 10 年之前 | |
---|---|---|
.. | ||
doc | 10 年之前 | |
identicon | 10 年之前 | |
Readme.md | 10 年之前 | |
__init__.py | 10 年之前 | |
avatars.py | 10 年之前 | |
comment.py | 10 年之前 | |
pelican_comment_system.py | 10 年之前 |
The pelican comment system allows you to add static comments to your articles. The comments are stored in Markdown files. Each comment in it own file.
See it in action here: blog.scheirle.de
Author | Website | Github |
---|---|---|
Bernhard Scheirle | http://blog.scheirle.de | https://github.com/Scheirle |
To create identicons the Python Image Library is needed. Therefore you either need PIL or Pillow (recommended).
easy_install Pillow
If you don't use avatars or identicons this plugin works fine without PIL/Pillow. You will however get a warning that identicons are deactivated (as expected).