docpad-plugin-services
docpad-plugin-services copied to clipboard
Adds super simple support for many 3rd party services to DocPad.
Current the disqusIdentifier is set to the slug. I think there should be some method of over riding this for individual posts. This would make it easier to migrate from...
My Docpad site is served via HTTPS, but many of the URLs automatically inserted are http:. This throws up "mixed content" errors. Would it be better to explicitly fetch all...
Would allow user profile pages... A user's Twitter account, etc.
When using the `services.buttons` setting, the buttons specified in that setting get printed twice. This is due to the `services.buttons` variable being used twice, on [line 43](https://github.com/docpad/docpad-plugin-services/blob/master/src/services.plugin.coffee#L43) and [line 76](https://github.com/docpad/docpad-plugin-services/blob/master/src/services.plugin.coffee#L76).