mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 23:20:04 +08:00
Improve gitment support (#1908)
This commit is contained in:
parent
61e7e28ea0
commit
0677850f06
@ -111,7 +111,7 @@
|
|||||||
<script src="https://imsun.github.io/gitment/dist/gitment.browser.js"></script>
|
<script src="https://imsun.github.io/gitment/dist/gitment.browser.js"></script>
|
||||||
<script>
|
<script>
|
||||||
var gitment = new Gitment({
|
var gitment = new Gitment({
|
||||||
id: {{ page.title }}, // 可选。默认为 location.href
|
id: '{{ page.commentsID | default: page.title }}', // 可选。默认为 location.href
|
||||||
owner: 'wsdjeg',
|
owner: 'wsdjeg',
|
||||||
repo: 'SpaceVim-comments',
|
repo: 'SpaceVim-comments',
|
||||||
oauth: {
|
oauth: {
|
||||||
|
@ -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"
|
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
|
image: https://user-images.githubusercontent.com/13142418/34907332-903ae968-f842-11e7-8ac9-07fcc9940a53.gif
|
||||||
comments: true
|
comments: true
|
||||||
|
commentsID: "Asynchronous plugin manager"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user