Comment system
You can enable comments on your blog. It uses Hyvor Talk.
If you want to use it, you'll need to create an account and get a website id.
Then, you can enable it by adding the following code to the app.config.ts
file:
comments: {
enabled: true,
hyvor_talk: {
website_id: "YOUR_HYVOR_TALK_WEBSITE_ID",
},
},
Replace
YOUR_HYVOR_TALK_WEBSITE_ID
with your Hyvor Talk website id.