本教程基于hexo博客next主題
注冊 OAuth Application
點擊此處 來注冊一個新的 OAuth Application您单。其他內(nèi)容可以隨意填寫吊骤,但要確保填入正確的 callback URL
(一般是博客的域名潜必,如Hexo博客部署到Github, 生成域名http://iamsea.github.io
,最終解析到http://iamsea.top
携丁,則此時應(yīng)該填入的是http://iamsea.top
)嗡害,注冊成功后生成client_id
及client_secret
鼓择。
引入Gitment
在博客目錄下執(zhí)行
$ npm install --save gitment
打開主題配置文件_config.yml
gitment:
enable: true # 是否開啟gitment評論系統(tǒng)
mint: true #
count: true # 是否顯示評論數(shù)
lazy: true # 懶加載,設(shè)置為ture時需手動展開評論
cleanly: true # 是否隱藏'Powered by ...'
language: en # 語言就漾,置空則隨主題的語言
github_user: iamsea # Github用戶名
github_repo: comment # 在Github新建一個倉庫用于存放評論,這是倉庫名
client_id: a6df579b14f7da8ed99c # 注冊O(shè)Auth Application時生成
client_secret: 1f6568974d6f3ed28055d2243d05457f7e04cfd3 # 注冊O(shè)Auth Application時生成
proxy_gateway: # Address of api proxy, See: https://github.com/aimingoo/intersect
redirect_protocol: # Protocol of redirect_uri with force_redirect_protocol when mint enabled
初始化評論
頁面發(fā)布后念搬,你需要訪問頁面并使用你的 GitHub 賬號登錄(請確保你的賬號是第二步所填 repo 的 owner)抑堡,點擊初始化按鈕摆出。