You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good to have a GitHub based commenting system integrated into the theme. This would allow the owner to have comments in their blog.
I think a good choice would be Giscus powered by GitHub Discussions, which allows comments and reactions.
The integration could be done by adding the commenting system parameters in the site config file, and with a parameter in the page header, this way the user can decide whether or not to add the comments.
e.g.,
config.toml
[params.giscus]
enable = true# or falserepository = "string"theme = "string"# other mandatory parameters...
/content/posts/hello-world.md
---comments: true # or false---
Hello, world!
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
It would be good to have a GitHub based commenting system integrated into the theme. This would allow the owner to have comments in their blog.
I think a good choice would be Giscus powered by GitHub Discussions, which allows comments and reactions.
The integration could be done by adding the commenting system parameters in the site config file, and with a parameter in the page header, this way the user can decide whether or not to add the comments.
e.g.,
config.toml
/content/posts/hello-world.md
The text was updated successfully, but these errors were encountered: