1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 10:40:03 +08:00

Improve gitment support (#1908)

This commit is contained in:
Wang Shidong 2018-07-04 08:49:23 +08:00 committed by GitHub
parent 61e7e28ea0
commit 0677850f06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -111,7 +111,7 @@
<script src="https://imsun.github.io/gitment/dist/gitment.browser.js"></script>
<script>
var gitment = new Gitment({
id: {{ page.title }}, // 可选。默认为 location.href
id: '{{ page.commentsID | default: page.title }}', // 可选。默认为 location.href
owner: 'wsdjeg',
repo: 'SpaceVim-comments',
oauth: {

View File

@ -4,6 +4,7 @@ categories: [feature, blog]
description: "Use dein as default plugin manager, Provides a UI for dein, Install and update plugin asynchronously, Show process status on the fly"
image: https://user-images.githubusercontent.com/13142418/34907332-903ae968-f842-11e7-8ac9-07fcc9940a53.gif
comments: true
commentsID: "Asynchronous plugin manager"
---