manuelernestog / astrofy

Astrofy is a free and open-source template for your Personal Portfolio Website built with Astro and TailwindCSS. Create in minutes a website with Blog, CV, Project Section, Store and RSS Feed.

Home Page:https://astrofy-template.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add comment function under blogs

kiri10ten opened this issue · comments

Add comment function under blogs

hi,
i made with a simple idea
i implement github discussion using giscus like this
image
and it is more than awesome for me with the simplist of it

go here in it
https://giscus.app/
and you will have one

Hi @kiri10ten and @m-1226 thanks for the comments.

Some time ago I made another solution and I used ficus too and it is quite easy to integrate.

The problem is that gicus is a solution focused only on github users and I don't know if this could be a limitation. Then I'm going to find out if there is any free service that could be integrated as well that will not bind us to github only but always as something optional

I'm going to close this for now. Adding comments requires a backend for it to work and although Gicus is an elegant way to solve this problem it would only be for Github users. This should be left to the user's consideration according to their needs on their blog.

The Waline comment system can solve this problem by supporting anyone to comment (even anonymous comments), and it can be deployed on Vercel for free. Here are the usage documents:

Get Started

(I am using translation software, there may be a deviation in sentence meaning)

Hi @EveSunMaple. Thanks for sharing this. Looks excellent. I'll take a look 👀

@manuelernestog I have submitted a PR
#62
#62