2021-10-14发表2022-06-24更新frontend2 分钟读完 (大约248个字)hexo icarus 配置 Gitalk 评论系统登录GitHub并点此注册一个新的OAuth应用 第一个 Application name 是应用名称 第二个 Homepage URL 是主页地址 第三个 是描述 第四个 是回调地址!!这个最重要!!写你博客的地址就可以了 打开对应hexo主题的_config.yml添加如下内容:12345678gitalk:enable: truegithubID: github帐号 # 例:asdfv1929repo: 仓库名称 # 例:blogClientID: Client IDClientSecret: Client SecretadminUser: github帐号 #指定可初始化评论账户distractionFreeMode: true 12345678910111213141516comment: type: gitalk client_id: xxxxxxxxxxxxxxxxxxxx client_secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx repo: Some-of-Your-GitHub-Repo owner: you_github_name admin: - you_github_name per_page: 20 # 可选填 distraction_free_mode: false # 可选填 pager_direction: last # 可选填 create_issue_manually: false # 可选填 proxy: # 可选填 flip_move_options: # 可选填 enable_hotkey: true # 可选填 ref: https://blog.csdn.net/qq_36537546/article/details/90730412 https://www.jianshu.com/p/09c1bced3a1f https://blog.csdn.net/qq_23452385/article/details/105936095 #hexo