Posts tagged with "comments"


  • Commento As Comments Engine In Jekyll

    Last time I wrote about my adventures with moving comments engine from Disqus to Remark42. This is a continuation of that story. While I liked pretty much everything about Remark42, one thing that did not work out for me was spam protection. Remark42 does not have, or at least it did not have a proper automated spam protection mechanism in place at the time I tried it out. With the default WordPress comments engine, you could add Akismet for spam protection. I could not figure out any way to install spam filters in Remark42. The only way would be to hold the comments for approval. Then I have to approve each comment manually. This would be too much work for me. Not that I get a lot of comments on the blog, but still, why should a human take care of such things when an automated system could do it for me?

    ...continue reading
  • Remark42 As Comments Engine In Jekyll

    After having used Disqus as the comments engine for my Jekyll website for a week or so, I started to dislike it quite a bit due to several reasons. One of which is the requirement of creating an account with Disqus even if the user is logged in via one of the social logins such as Google or Twitter account. The other issue is the privacy aspect with Disqus. Seems like it is tracking too much information about the users. So I decided to use Remark42 instead. The only problem however is that I need to run a server to host it. It defeats the whole purpose of me going absolutely serverless. But I don’t have a choice since some of my readers want comments section.

    ...continue reading
  • Adding Comments Section To Jekyll

    As you know, I have recently migrated from Wordpress to static web hosting using Jekyll. But a couple of things were missing on my blog at that time. One was comments section and the other was a search feature. Since I moved to static web hosting, adding a comments engine was not possible. I did not want to add comments section anyway because there weren’t that many comments to start with and I also did not feel like a lot of interaction is happening anyway. Unfortunately a couple of folks noticed that the comments section was missing and were asking me about it. I thought no one would notice, but I was wrong. So I decided to add it grudgingly.

    ...continue reading