This repository has been archived on 2021-05-20. You can view files and clone it, but cannot push or open issues or pull requests.
blog/content/posts/new-comment-system.md

1.3 KiB

+++ title = "New Comment System" date = "2021-04-11T00:17:13-05:00" author = "bbaovanc" tags = ["announcement", "hugo", "blog"] keywords = ["hugo", "comment system", "blog", "isso"]

description = """ I added a comment system to my blog, using Isso. """

showFullContent = false toc = true +++

About

I set up a comment system named Isso on my blog today. At the bottom of each blog post, there's a comment section. You don't need to sign up with an account or sign in with Google, Facebook, none of that junk. You can comment anonymously, or provide any of the following three fields: name, email address, and website, which will be shown to other people viewing your comment. I'm going off of the assumption that no one cares/is malicious enough to spam my comment sections.

Known Issues

Editing and deleting not working

You're supposed to be able to edit and delete comments up to 15 minutes after posting them. As of now, that doesn't seem to be working; the request just returns 403 (unauthorized).

White text on white background when previewing comment

This is a CSS related issue. This was also happening when editing/writing a comment, but I edited it so the edit box has black text. I think a better fix is to make the new comment form have a dark background, but I'll deal with that later.