JYoung233 / plugin-disqus

Disqus comments on your books

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disqus integration for GitBook

To use the Disqus plugin in your Gitbook project, add the disqus plugin to the book.json file, along with your shortname (you create a shortname for disqus by creating a new website on the disqus.com website)

{
    "plugins": ["disqus"],
    "pluginsConfig": {
        "disqus": {
            "shortName": "XXXXXXX"
        }
    }
}

Then run gitbook install to download and install the plugin.

About

Disqus comments on your books

License:Apache License 2.0


Languages

Language:JavaScript 97.7%Language:CSS 2.3%