Skip to content
Merged

; #20

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: You can comment now
layout: layout.html
title: You Can Comment Now
date: 2024-05-24 20:28:03 +0800
categories: comments
categories: comments, giscus
permalink: /added-commenting
---

I added the commenting feature on the blog posts using [giscus][giscus]. It basically uses [Github Discussions][discussions-docs] for comments since this website is hosted on [Github Pages][pages-docs] and that only supports static websites, which cannot use normal databases for comments.
I added the commenting feature on the blog posts using [giscus][giscus]. Basically, it uses [Github Discussions][discussions-docs] to store comments instead of storing it in its own database on the web server. Since this website is hosted on [Github Pages][pages-docs] and Pages only supports static websites - which cannot host their own databases to store things such as comments.

You can try it out yourself by signing into your github account and commenting below, or you can comment on the repository's [Github Discussions][discussions] directly.
You can try it out yourself by signing into your github account and commenting below, or you can comment on the repository's [Github Discussions][discussions] directly and it will show up on the comments section on the website similarly.

[giscus]: https://giscus.app
[discussions]: https://github.com/de-soot/de-soot.github.io/discussions
Expand Down
File renamed without changes.
File renamed without changes.