fan-lv / Fan

hexo-theme
159 stars 36 forks source link

配置了gitment却不显示 #24

Closed F-Unction closed 4 years ago

F-Unction commented 4 years ago

_config.yml

comments:
  gitment:
    owner: 'F-Unction'
    repo: 'git@github.com:F-Unction/f-unction.github.io.git'
    client_id: 'bca5d27xxxxxxxxxed82'
    client_secret: '497a7994518727xxxxxxxxxxxxx2b7403294e401'

themes/Fan/_config.yml

comments:
    enable: true

实际效果 深度截图_选择区域_20200501094850

fan-lv commented 4 years ago
comments:
  gitment:
    enable: true
    owner: 'F-Unction'
    repo: 'git@github.com:F-Unction/f-unction.github.io.git'
    client_id: 'bca5d27xxxxxxxxxed82'
    client_secret: '497a7994518727xxxxxxxxxxxxx2b7403294e401'

需要在这里设置 enable

F-Unction commented 4 years ago
comments:
  gitment:
    enable: true
    owner: 'F-Unction'
    repo: 'git@github.com:F-Unction/f-unction.github.io.git'
    client_id: 'bca5d27xxxxxxxxxed82'
    client_secret: '497a7994518727xxxxxxxxxxxxx2b7403294e401'

需要在这里设置 enable

感谢 建议更新一下readme 免得再有人看不懂