Bernhard Scheirle 288b0e089b [pelican_comment_system] Properly encode metadata 10 lat temu
..
doc 24fce038c3 [pelican_comment_system] Added comment feeds 11 lat temu
identicon 02a4645912 [pelican_comment_system] made python3 compatible 11 lat temu
Readme.md 561dff6866 [pelican_comment_system] Fixes wrongly reinitialization, updates requirements list and feeds can now be disabled 10 lat temu
__init__.py 20f8a24971 Added plugin: pelican comment system 11 lat temu
avatars.py 288b0e089b [pelican_comment_system] Properly encode metadata 10 lat temu
comment.py 9f99f217cc Properly encode author in comments 10 lat temu
pelican_comment_system.py 561dff6866 [pelican_comment_system] Fixes wrongly reinitialization, updates requirements list and feeds can now be disabled 10 lat temu

Readme.md

Pelican comment system

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.

Features

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

See it in action here: blog.scheirle.de

Author Website Github
Bernhard Scheirle http://blog.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
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).