antwarjs / antwar

A static site generator built with React and Webpack.
https://antwar.js.org/
MIT License
460 stars 35 forks source link

Implement Disqus commenting plugin #46

Closed bebraw closed 8 years ago

bebraw commented 9 years ago

This should consume Disqus required metadata as input and output Disqus tags at end of posts (pages too?).

I wonder if this should be a totally automated process. Ie. you would just npm install the plugin and configure it and everything would just work by default.

bebraw commented 8 years ago

I implemented this as a component. No need for a plugin. Just inject the component where you need it.