diff --git a/_posts/2024-05-24-you-can-comment-now.markdown b/_posts/you-can-comment-now.md similarity index 66% rename from _posts/2024-05-24-you-can-comment-now.markdown rename to _posts/you-can-comment-now.md index 84df7e6..6441fb2 100644 --- a/_posts/2024-05-24-you-can-comment-now.markdown +++ b/_posts/you-can-comment-now.md @@ -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 diff --git a/about.markdown b/about.md similarity index 100% rename from about.markdown rename to about.md diff --git a/index.markdown b/index.md similarity index 100% rename from index.markdown rename to index.md