From 82e3bf580fcaf7ff9d1b1e3f7bf9fa671bacb095 Mon Sep 17 00:00:00 2001 From: Wafer Li Date: Thu, 11 Jan 2018 03:19:46 +0900 Subject: [PATCH] Fix misleading description of gitment --- _config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 5e875e4d8..e07fe8382 100644 --- a/_config.yml +++ b/_config.yml @@ -407,7 +407,6 @@ valine: # Gitment # Introduction: https://imsun.net/posts/gitment-introduction/ -# You can get your Github ID from https://api.github.com/users/ gitment: enable: false mint: true # RECOMMEND, A mint on Gitment, to support count, language and proxy_gateway @@ -415,8 +414,8 @@ gitment: lazy: false # Comments lazy loading with a button cleanly: false # Hide 'Powered by ...' on footer, and more language: # Force language, or auto switch by theme - github_user: # MUST HAVE, Your Github ID - github_repo: # MUST HAVE, The repo you use to store Gitment comments + github_user: # MUST HAVE, Your Github Username + github_repo: # MUST HAVE, The name of the repo you use to store Gitment comments client_id: # MUST HAVE, Github client id for the Gitment client_secret: # EITHER this or proxy_gateway, Github access secret token for the Gitment proxy_gateway: # Address of api proxy, See: https://github.com/aimingoo/intersect