Post comment

John Doe 2025-02-18 13:12:45
Categories: Tags:

The Node Tree currently only supports the giscus comment system, and this feature is disabled by default. If you need to enable this feature, you can refer to the giscus configuration.

_config.node-tree.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#------------------------------------------------------
# Post comment, support giscus
# see: https://giscus.app/
#------------------------------------------------------
comment:
# Based on GitHub Discussions, similar to Utterances
# See: https://giscus.app/
giscus:
enable: false
repo:
repo_id:
category:
category_id:
mapping:
strict:
reactions_enabled:
emit_metadata:
input_position:
theme:

giscus requires support from GitHub Discussions, so you will need to provide a public repository and enable the Discussions feature on your GitHub repository.

If you enable the giscus comment system, you must fill in all the required configurations. Otherwise, the comment system may fail to load.