hexo matery(主题)加载gitalk评论系统


注册GitHub oAuth

登录GitHub之后按照图示点下去,注册oAuth功能

image-20200624225615247

记录好这2串密钥,需要填写到主题目录下的_config.yml

修改主题文件夹下的_config

cd themes/hexo-theme-matery/
vim _config.yml

找到gitalk的设置:

  • clientID String

    必须. GitHub Application Client ID.

  • clientSecret String

    必须. GitHub Application Client Secret.

  • repo String

    必须. GitHub repository.

  • owner String

    必须. GitHub repository 所有者,可以是个人或者组织。

  • admin Array

    必须. GitHub repository 的所有者和合作者 (对这个 repository 有写权限的用户)。

修改好配置后保存.

生成&发布

hexo g -d    # 生成和发布

初始化

1.打开你的网页

2.随便点开一篇博客

3.下翻到评论区

4.登录管理员的GitHub

5.测试一下评论的效果

效果图


文章作者: Yarnell
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。转载请注明来源 Yarnell !
评论
  目录