8000 Add a GitHub-based comment system integration · Issue #33 · imgios/not-much · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add a GitHub-based comment system integration #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
imgios opened this issue Apr 22, 2025 · 0 comments
Open

Add a GitHub-based comment system integration #33

imgios opened this issue Apr 22, 2025 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@imgios
Copy link
Owner
imgios commented Apr 22, 2025

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 false
repository = "string"
theme = "string"
# other mandatory parameters
...

/content/posts/hello-world.md

---
comments: true # or false
---

Hello, world!
@imgios imgios added enhancement New feature or request good first issue Good for newcomers labels Apr 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant
0