Bernhard Scheirle 10b5ea8e6d [pelican_comment_system] Fix link to import comments | 7 år sedan | |
---|---|---|
.. | ||
doc | 7 år sedan | |
identicon | 10 år sedan | |
import | 7 år sedan | |
theme | 7 år sedan | |
CHANGELOG.md | 7 år sedan | |
Readme.md | 7 år sedan | |
__init__.py | 10 år sedan | |
avatars.py | 8 år sedan | |
comment.py | 8 år sedan | |
pelican_comment_system.py | 7 år sedan |
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).
The change log can be found in the CHANGELOG.md file.