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:
parent
61e7e28ea0
commit
0677850f06
@ -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: {
|
||||
|
@ -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"
|
||||
---
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user