{ "info": { "author": "Armin Ronacher", "author_email": "armin.ronacher@active-4.com", "bugtrack_url": null, "classifiers": [ "Environment :: Plugins", "Environment :: Web Environment", "Framework :: Lektor", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License" ], "description": "# lektor-disqus-comments\n\nThis plugin adds support for Disqus comments to Lektor. Once the plugin is\nenabled a `render_disqus_comments` function which can render a disqus comment\nbox.\n\n## Enabling the Plugin\n\nTo enable the plugin add this to your project file:\n\n```shell\n$ lektor plugins add lektor-disqus-comments\n```\n\n## Configuring the Plugin\n\nThe plugin has a config file that is needed to inform it about your\nwebsite. Just create a file named `disqus-comments.ini` into your\n`configs/` folder and configure the `shortname` key with the name of\nyour disqus community:\n\n```ini\nshortname = YOUR_SHORTNAME\n```\n\n## In Templates\n\nNow you can add a discussion box to any of your templates by just using\nthe `render_disqus_comments` function. Just calling it is enough to\nget the comment box:\n\n```html\n