Skip to content

Files

Latest commit

b5e8d4d · Mar 19, 2016

History

History
This branch is 6 commits ahead of eduream/Writer002:master.

gitbook-plugin-disqus

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 19, 2016
Mar 19, 2016
Mar 19, 2016
Mar 19, 2016
Mar 19, 2016
Mar 19, 2016

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.