jekyll-static-comments icon indicating copy to clipboard operation
jekyll-static-comments copied to clipboard

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

Results 8 jekyll-static-comments issues
Sort by recently updated
recently updated
newest added

I found jekyll-static-comments to be incompatible with Jekyll 3 as the to_liquid method moved to `Convertible` in 3.0 and the they seem to use Drops from 3.1 on. The latest...

The title of the email sent out by `commentsubmit.php` has been improved to > Comment from [name] on '[post title]' making it easier to sort out when it gets to...

Adds an additional argument added in a newer Jekyll version. Luckily, since the value is optional, this plugin is still compatible with older versions of Jekyll. Fixes https://github.com/mpalmer/jekyll-static-comments/issues/13

Hi, I'm sending this as a pull request, but I'm wondering whether this code should be merged to this repository or not, and want to hear your opinion. I have...

The `static_comments.rb` plugin crashes with ``` $ jekyll serve --trace Configuration file: /home/matthias/blog/_config.yml Source: /home/matthias/blog Destination: /home/matthias/blog/_site Generating... /var/lib/gems/1.8/gems/jekyll-1.1.2/bin/../lib/jekyll/post.rb:255:in `to_liquid': wrong number of arguments (1 for 0) (ArgumentError) ``` with...

This fix allows blog owners to reply to the user's comment by replying to their email (if they included an email address in the comment) if they want a private...