bjcarlson42 / benjamincarlson.io

My personal website built with Next.js, Chakra UI, Firebase, and next-mdx-remeote.
https://benjamincarlson.io
MIT License
141 stars 23 forks source link

Consider using giscus #27

Closed laymonage closed 3 years ago

laymonage commented 3 years ago

Hey there,

I see that you're using utterances for comments. As we know, it utilizes GitHub Issues, which (given enough time) would flood your repository's issues with comments.

I've been developing an alternative: giscus, a similar project that utilizes GitHub Discussions instead. It has support for replies and other cool stuff from GitHub Discussions. The big advantage is the fact that it uses your repository's Discussions, which is more suitable for comments. I would really appreciate it if you tried it. Feedback is welcome, the code is open source.

You can convert existing issues into discussions, as described here.

Thanks!

bjcarlson42 commented 3 years ago

Looks like a cool project. I am currently in the process of switching my site from chakra-ui to styled components but after I finish that I'll look into giscus.