[blog index]

Added a comment system

I got into Golang recently, so I decided to enhance the website a bit while at the same time experimenting with the new tech. For now it's just this comment system, but I'll probably add additional stuff in the future (unlikely to be something related to these posts though).

I don't want to impose unnecessary restrictions for leaving comments, so there is no need for authentication. The only requirement is completing a simple number based captcha. I'm using a basic library for that, no third parties involved.

Since I want to keep a minimalist aspect for these pages, the comments are hidden at the bottom of the page behind a <details> tag. To show them, simply click on the ▶ Comment section part.


Comment section

[Add comment]

by Radu Mirea