Comment

Configuration in the Global _config.yml

Disqus

Input Disqus ID

aomori_disqus_shortname: ''

DisqusJS

Using DisqusJS with Disqus API to visit in China will be more friendly.

Configuration details https://github.com/SukkaW/DisqusJS

aomori_disqusjs:
  enable: true
  shortname: ""
  siteName: ""
  api: ""
  apikey: ""
  nesting: 4
  nocomment: "这里冷冷清清的,一条评论都没有"
  admin: ""
  adminLabel: ""

Gitalk

Configuration details https://github.com/gitalk/gitalk

aomori_gitalk:
  enable: true
  clientID: GitHub Application Client ID
  clientSecret: GitHub Application Client Secret
  repo: GitHub repo
  owner: GitHub repo owner
  admin: 
    - GitHub repo owner and collaborators
    - GitHub repo owner and collaborators
  distractionFreeMode: true // Facebook-like distraction free mode

Valine

Configuration details https://valine.js.org/

aomori_valine:
  // Required
  enable: true
  appId: ''
  appKey: ''
  // Optional
  placeholder: 'Hello World!'
  avatar: ''
  pageSize: 10
  lang: 'zh-CN'
  visitor: false
  highlight: false
  recordIP: false
  emojiCDN: ''
  enableQQ: false
  requiredFields:

Remark42

Configuration details https://github.com/umputun/remark42

aomori_remark42:
  enable: true
  host: ''
  site_id: ''
  max_shown_comments: 10
  theme: "light"
  locale: "en"
  show_email_subscription: false

Giscus

Configuration details https://giscus.app

aomori_giscus:
  enable: true
  repo: ''
  repoId: ''
  category: ''
  categoryId: 10
  mapping: "pathname"
  reactionsEnabled: 1
  emitMetadata: 0
  theme: 'light'
  lang: 'zh-CN'

最后更新于