docpad-plugin-services
docpad-plugin-services copied to clipboard
Adds super simple support for many 3rd party services to DocPad.
Bumps [valid-directory](https://github.com/bevry/valid-directory) from 3.5.0 to 4.9.0. Changelog Sourced from valid-directory's changelog. v4.9.0 2023 December 30 Updated dependencies, base files, and editions using boundation Thank you to the sponsors: Andrew Nesbitt,...
Bumps [projectz](https://github.com/bevry/projectz) from 2.17.0 to 4.2.0. Changelog Sourced from projectz's changelog. v4.2.0 2023 December 30 Updated dependencies, base files, and editions using boundation Thank you to the sponsors: Andrew Nesbitt,...
Bumps [@bevry/update-contributors](https://github.com/bevry/update-contributors) from 1.18.0 to 1.23.0. Changelog Sourced from @bevry/update-contributors's changelog. v1.23.0 2023 November 2 Updated dependencies, base files, and editions using boundation v1.22.0 2023 March 24 Updated dependencies, base...
Bumps [coffeescript](https://github.com/jashkenas/coffeescript) from 2.5.1 to 2.7.0. Commits b51361a Update package-lock.json 519248f 2.7.0 (#5412) 6b4f166 Add patchStackTrace export; test that all named exports are detected by Nod... 4f36552 Update output 8d32c71...
When moving my blog from Jekyll to DocPad I faced the need to preserve Disqus comments which I already had to my posts. But I used different code to embed...
I changed `buttons` to `socialButtons` and added `serviceBadges`. Original issue here: https://github.com/docpad/docpad-plugin-services/issues/21
For example the Facebook services each use their own declared App ID: `facebookApplicationId = services.facebookFollowButton?.applicationId ? '266367676718271'` versus a single Facebook App ID, something like this: `facebookApplicationId = services.fbAppId ?...
The getDisqus service function checks if DocPad is in 'production' environment in order to set disqusDeveloper to false (true otherwise). Isn't this strange? Typically I am using 'development', or 'static'...