timlrx / tailwind-nextjs-starter-blog

This is a Next.js, Tailwind CSS blogging starter template. Comes out of the box configured with the latest technologies to make technical writing a breeze. Easily configurable and customizable. Perfect as a replacement to existing Jekyll and Hugo individual blogs.
https://tailwind-nextjs-starter-blog.vercel.app/
MIT License
8.64k stars 2.01k forks source link

Add support for comments via giscus #111

Closed laymonage closed 3 years ago

laymonage commented 3 years ago

Hi there,

Thanks for the template, it looks really good!

I've got a suggestion, have you thought about adding support for comments? If not, I'm currently building giscus, a comments system powered by GitHub Discussions. If you'd accept a PR, I could look into adding giscus integration as an optional feature to this template.

timlrx commented 3 years ago

Nice work on giscus! It's like utterances but uses discussions instead of issues? Happy to accept a PR on this. Shall we implement it like in the nobelium template? This would mean adding a config in data/siteMetadata.js with a comment config field and we can have a similar comments component

Music47ell commented 3 years ago

I'm working on this right now. I should have a PR ready soon.

Music47ell commented 3 years ago

A PR is ready that add support for giscus, utterances, disqus

https://github.com/timlrx/tailwind-nextjs-starter-blog/pull/115