mmistakes / jekyll-theme-hpstr

A Jekyll theme with some tumble-log tendencies.
https://mmistakes.github.io/jekyll-theme-hpstr/
MIT License
981 stars 1.44k forks source link

Integrate support for GitHub comments #93

Open vbrard opened 9 years ago

vbrard commented 9 years ago

The theme supports disqus comments by default. There are several threads around with different solutions to use alternatives.

One interesting alternative when a site is hosted on GitHub is to use GitHub issues to store a post's comments. This repository has an implementation that includes git hooks to create the issue for a post when the post gets pushed.

The proposal here is to add support for GitHub comments to this theme. This would involve

I'd be happy to help implement this. But I wanted to get your feedback before embarking on this...

mmistakes commented 9 years ago

Looks cool. Do you know if there's a way for "guests" to add comments without having to login in with a GitHub account?

vbrard commented 9 years ago

From what I saw, it seems to limit commenting to people who have a github account. So this would probably not fit all audiences. On the other hand, it acts as a kind of spam filter...

sammcj commented 9 years ago

This would be quite useful

dashohoxha commented 9 years ago

:+1: I would be interested in this feature too.