GitHub Comments for your GitHub Pages

Usage

Using ghpages-ghcomments doesn’t add any extra steps to your workflow.

If you have a Jekyll site, then you already know how easy it is:

  1. Create a new file in _posts with a formatted name:
    YYYY-MM-DD-post-title.md
  2. Write your post.
  3. Push it live:
$ git add YYYY-MM-DD-post-title.md
$ git commit -m "Publish 'Post Title'"
$ git push
Created issue "Post Title" for "wireddown/ghpages-ghcomments"
...

Read more

  1. Advantages
  2. Examples
  3. Usage
  4. Options
  5. Setup