Hacker News new | ask | show | jobs
by ssalazar 3644 days ago
Its trivial in Jekyll to add support for a 3rd party comment service, e.g. Disqus.
1 comments

Only if you are comfortable using a 3rd party comment service (or injecting 3rd party javascript in your site in the first place). I know it's common, but even with the advances in CORS and whatnot, it still (IMNHO) defeats a lot of the benefits of a static web site.

That said, I would probably prefer embedding disqus or https://muut.com/ comments to running a complex php application just for comments.