Bernhard Scheirle 1a6cdb8d78 [pelican_comment_system] Adds Quickstart guide + default theme %!s(int64=8) %!d(string=hai) anos
..
doc 1a6cdb8d78 [pelican_comment_system] Adds Quickstart guide + default theme %!s(int64=8) %!d(string=hai) anos
identicon f353b72361 [pelican_comment_system] pep8-ify %!s(int64=10) %!d(string=hai) anos
theme 1a6cdb8d78 [pelican_comment_system] Adds Quickstart guide + default theme %!s(int64=8) %!d(string=hai) anos
Readme.md 1a6cdb8d78 [pelican_comment_system] Adds Quickstart guide + default theme %!s(int64=8) %!d(string=hai) anos
__init__.py 20f8a24971 Added plugin: pelican comment system %!s(int64=10) %!d(string=hai) anos
avatars.py 625c4769cc Fix reference to _identiconImported broken by 98a83b. %!s(int64=10) %!d(string=hai) anos
comment.py 1f7c6c8305 [pelican_comment_system] Fixes wrong item url and title in the all comment feed %!s(int64=9) %!d(string=hai) anos
pelican_comment_system.py fcfa22a87e [pelican_comment_system] Increases interoperability with other plugins %!s(int64=8) %!d(string=hai) anos

Readme.md

Pelican Comment System

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.

Features

  • Static comments for each article
  • Replies to comments
  • Avatars and Identicons
  • Comment Atom feed for each article
  • Easy styleable via themes

See it in action here: bernhard.scheirle.de

Author Website Github
Bernhard Scheirle http://bernhard.scheirle.de https://github.com/Scheirle

Instructions

Requirements

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).