Enable Disqus comments in your pages by adding the disqus configuration key in docpress.json.
docpress.json{
"disqus": {
"shortname": "mythbusters-js-org",
"exclude": "index|bibliography|resources|contributing"
}
}
Type: string
Your disqus shortname.
Type: string
An RegExp expression that you can provide for specify in what pages disable comments.