Setting up a Commenting Service

Minos supports a wide variety of commenting services for you to gather readers’ feedbacks. To enable and configure a commenting service, you should insert or edit the comment section in the configuration file (e.g. _config.yml). The following sections describe available options for each supported commenting service. Also, you may need to refer to the vendor’s installation instructions for actual values of your options.

Out-of-box services

Changyan

Installation instructions.

_config.yml
1
2
3
4
comment:
type: changyan
appid: xxxxxxxx # (required)
conf: prod_xxxxxxxx # (required)

Disqus

Installation instructions.

_config.yml
1
2
3
comment:
type: disqus
shortname: xxxxxxxx # (required)
post.md
1
2
3
disqusId: xxxxxxxx          # (optional) a unique id to identify the post in Disqus system
---
Post content...

Facebook

Installation instructions.

_config.yml
1
2
comment:
type: facebook

Gitment

Installation instructions.

_config.yml
1
2
3
4
5
6
comment:
type: gitment
owner: xxxxxxxx # (required) GitHub user name
repo: xxxxxxxx # (required) GitHub repository name
client_id: xxxxxxxx # (required) OAuth application client id
client_secret: xxxxxxxx # (required) OAuth application client secret

Isso

Installation instructions.

_config.yml
1
2
3
comment:
type: isso
url: isso.service/path # (required) url of your Isso service

LiveRe

Installation instructions.

_config.yml
1
2
3
comment:
type: livere
uid: xxxxxxxx # (required) application id of your site

Valine

Installation instructions.

_config.yml
1
2
3
4
5
6
7
comment:
type: valine
app_id: xxxxxxxx # (required) LeanCloud application id
app_key: xxxxxxxx # (required) LeanCloud application key
notify: false # (optional) receive email notification
verify: false # (optional) show verification code
placeholder: xxxxxxxx # (optional) comment box placeholder text

Youyan

Installation instructions.

_config.yml
1
2
3
comment:
type: youyan
uid: xxxxxxxx # (required) application id of your site

Use other commenting service in Minos

(TODO)

Configuring Minos Enable Search Engine Integration in Minos

Comments

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×