Skip to content

Commit

Permalink
Merge pull request iissnan#22 from wafer-li/patch-1
Browse files Browse the repository at this point in the history
Fix misleading description of gitment
  • Loading branch information
ivan-nginx authored Jan 10, 2018
2 parents da9cdd2 + 82e3bf5 commit 57a03be
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -407,16 +407,15 @@ valine:

# Gitment
# Introduction: https://imsun.net/posts/gitment-introduction/
# You can get your Github ID from https://api.github.com/users/<Github username>
gitment:
enable: false
mint: true # RECOMMEND, A mint on Gitment, to support count, language and proxy_gateway
count: true # Show comments count in post meta area
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
Expand Down

0 comments on commit 57a03be

Please sign in to comment.