Justin Mayer c478eb7e0d Merge pull request #722 from Scheirle/pcs_fix_721 il y a 8 ans
..
doc 780ad9a91e Rename to be consistent with general template structure il y a 8 ans
identicon f353b72361 [pelican_comment_system] pep8-ify il y a 10 ans
theme 3b8055cbae Merge pull request #720 from Scheirle/pcs_fix_719 il y a 8 ans
Readme.md 1a6cdb8d78 [pelican_comment_system] Adds Quickstart guide + default theme il y a 9 ans
__init__.py 20f8a24971 Added plugin: pelican comment system il y a 11 ans
avatars.py 625c4769cc Fix reference to _identiconImported broken by 98a83b. il y a 10 ans
comment.py 89ca956998 [pelican_comment_system] Fix comparison of offset-naive and offset-aware datetimes il y a 8 ans
pelican_comment_system.py b31d127735 [pelican_comment_system] Logs a warning if the parent of a comment can not be found. il y a 8 ans

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