From 8bf2562e93e83f739425f21a627c2553ad300788 Mon Sep 17 00:00:00 2001 From: TheYOSH Date: Tue, 23 Jan 2024 18:00:43 +0100 Subject: [PATCH] Enable comments --- docs/_config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 23f5e2a67..d366748b8 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -87,7 +87,7 @@ avatar: /assets/img/profile_image.jpg toc: true comments: - active: # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable + active: giscus # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable # The active options are as follows: disqus: shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname @@ -97,14 +97,14 @@ comments: issue_term: # < url | pathname | title | ...> # Giscus options › https://giscus.app giscus: - repo: # / - repo_id: - category: - category_id: - mapping: # optional, default to 'pathname' + repo: theyosh/TerrariumPI # / + repo_id: MDEwOlJlcG9zaXRvcnk0OTY3MjQ1Mg== + category: Comments + category_id: DIC_kwDOAvXxBM4Ccopg + mapping: pathname # optional, default to 'pathname' input_position: # optional, default to 'bottom' lang: # optional, default to the value of `site.lang` - reactions_enabled: # optional, default to the value of `1` + reactions_enabled: 1 # optional, default to the value of `1` # Self-hosted static assets, optional › https://github.com/cotes2020/chirpy-static-assets assets: