Replies: 1 comment
-
Please check _config.yml. You just need to choose comments provider and specify it, then configure options related to that provider. comments:
# Global switch for the post-comment system. Keeping it empty means disabled.
provider: # [disqus | utterances | giscus]
# The provider options are as follows:
disqus:
shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
# utterances settings › https://utteranc.es/
utterances:
repo: # <gh-username>/<repo>
issue_term: # < url | pathname | title | ...>
# Giscus options › https://giscus.app
giscus:
repo: # <gh-username>/<repo>
repo_id:
category:
category_id:
mapping: # optional, default to 'pathname'
strict: # optional, default to '0'
input_position: # optional, default to 'bottom'
lang: # optional, default to the value of `site.lang`
reactions_enabled: # optional, default to the value of `1` |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checklist
How did you create the site?
Generated from
chirpy-starter
Description
I want a feature for readers to add comments on my posts
Operations you have already tried
I have tried different tutorials in disqus and giscus but the tutorials there all seem to have steps that doesn't fit with this theme. Like the _layouts/post.html I can't seem to find it in my project directory. Are there other ways to add commenting feature?
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions