syedzayyan / shadharon

Simple blog theme powered by Zola, made with anxiety, dry eyes and love.
https://shadharon.syedzayyan.com
MIT License
15 stars 5 forks source link

Add giscus support #6

Closed marcpinet closed 1 year ago

marcpinet commented 1 year ago

Hello,

I have another suggestions for your template. What about implementing giscus in every post publications?

I don't know if you know that tool, but it basically allow commenting without the need of a database, everything is stored in a Github discussions.

Here, you can read more about it: https://github.com/giscus/giscus https://giscus.app/

We hope to see that feature implemented soon!

syedzayyan commented 1 year ago

I have thought of it. I just don't like the GitHub Auth tied comments. I use the theme for my blog, and I don't just write about coding so people who don't have GitHub, usually people not with a coding background. I have looked into Staticman but it requires an external server. I will think about it if something can be done with GitHub Actions :).

marcpinet commented 1 year ago

I have thought of it. I just don't like the GitHub Auth tied comments. I use the theme for my blog, and I don't just write about coding so people who don't have GitHub, usually people not with a coding background. I have looked into Staticman but it requires an external server. I will think about it if something can be done with GitHub Actions :).

Okay I see. But, if I still want to implement this myself, which file should I modify to include the Githubissues.

  • Githubissues is a development platform for aggregating issues.