wireddown / ghpages-ghcomments

Let GitHub host the comments for your GitHub Pages
http://downtothewire.io/ghpages-ghcomments/
Apache License 2.0
73 stars 7 forks source link

Allow gpgcCreateCommentIssue.sh to work with custom post_title #34

Open selivan opened 6 years ago

selivan commented 6 years ago

Different posts may have the same titles: for example, "Monthly report". So I would prefer to use page.id instead of page.title.

I can set post_title=page.id when including gpgc_comments.html, but gpgcCreateCommentIssue.sh is hard-coded to work with page.title.

It would be convenient to create option in gpgc.yml for this.