Skip to content
This repository has been archived by the owner on Aug 28, 2019. It is now read-only.

Integrate support for GitHub comments #93

Open
vbrard opened this issue Apr 15, 2015 · 4 comments
Open

Integrate support for GitHub comments #93

vbrard opened this issue Apr 15, 2015 · 4 comments

Comments

@vbrard
Copy link
Contributor

vbrard commented Apr 15, 2015

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

  • Integrating code from the above linked repository. There may be some cleanup involved to fix the directory structure and the formatting.
  • Modify the _config.yml so that the user can select between disqus, github or no comment. Each option may have additional specific options.

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

@mmistakes
Copy link
Owner

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
Copy link
Contributor Author

vbrard commented Apr 17, 2015

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
Copy link

sammcj commented Apr 21, 2015

This would be quite useful

@dashohoxha
Copy link

👍 I would be interested in this feature too.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants