How do I add a Disqus comment to my Gollum wiki?

I would like to use my Gollum Wiki (using aws and github) for a book project. I want to give each chapter its own page and leave a circle of friends (and everyone) to leave comments. I expected that there would be a dozen, as on the pages for this already there. But I can’t find anything. I understand that this usually means what I'm trying to do is a bad idea or it is easier to implement in another way.

+3
source share
1 answer

The way I added Disqus comments was simply to add a partial mustache template ( {{>comments}}) that contains the Disqus insert code, and then change the margin page.templateto refer to it.

, comments.mustache page.mustache Gollum template-dir.

. Gollum issue # 1222 Gollum .

0

All Articles