Jekyll Static Comments

screenshot of Jekyll Static Comments

A plugin for Jekyll to implement a static-file based comments system

Overview:

The Jekyll::StaticComments plugin is an alternative to using Disqus or other JavaScript-based methods for adding comments to a blog. This plugin allows for associating comments with posts and rendering them as one page. It provides a spam-free and static-commenting solution.

Features:

  • Comments associated with posts and rendered as a single page.
  • Ability to customize the comment_received.html file to match the site's style.
  • Supports creating a hierarchy within the _comments directory, allowing for organizing comments in post-specific directories.
  • Comment files can have any name and will be read and parsed as YAML.
  • Comments can be ordered based on the lexical ordering of the filenames, allowing for strict date ordering.

Summary:

The Jekyll::StaticComments plugin offers a simple and alternative solution for adding comments to a Jekyll site. By using static files and YAML formatting, comments can be associated with posts and rendered as a single page. The plugin allows for customization and organization of comments, ensuring a spam-free and user-friendly commenting experience.