This repository was archived by the owner on Dec 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,26 +11,26 @@ A simple comments plugin for vuepress
11
11
With ` npm ` :
12
12
13
13
``` bash
14
- npm install --save @staugur /vuepress-plugin-utterances
14
+ npm install --save @saintic /vuepress-plugin-utterances
15
15
```
16
16
17
17
With ` yarn ` :
18
18
19
19
``` bash
20
- yarn add @staugur /vuepress-plugin-utterances -D
20
+ yarn add @saintic /vuepress-plugin-utterances -D
21
21
```
22
22
23
23
With ` cnpm ` :
24
24
25
25
``` bash
26
- cnpm i --save @staugur /vuepress-plugin-utterances
26
+ cnpm i --save @saintic /vuepress-plugin-utterances
27
27
```
28
28
29
29
## 使用
30
30
31
31
### 名称
32
32
33
- - ** As plugin** : ` @staugur /vuepress-plugin-utterances `
33
+ - ** As plugin** : ` @saintic /vuepress-plugin-utterances `
34
34
35
35
- ** As component** : ` Comments (评论) ` (主题开发时使用 <- 本人未测试)
36
36
@@ -54,7 +54,7 @@ cnpm i --save @staugur/vuepress-plugin-utterances
54
54
module .exports = {
55
55
plugins: [
56
56
[
57
- ' @staugur /utterances' ,
57
+ ' @saintic /utterances' ,
58
58
{
59
59
repo: ' staugur/staugur.github.io' ,
60
60
theme: ' github-light' ,
@@ -70,7 +70,7 @@ cnpm i --save @staugur/vuepress-plugin-utterances
70
70
``` javascript
71
71
module .exports = {
72
72
plugins: {
73
- ' @staugur /utterances' : {
73
+ ' @saintic /utterances' : {
74
74
repo: ' staugur/staugur.github.io' ,
75
75
}
76
76
}
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ module.exports = (pluginOptions, context) => ({
6
6
COMMENTS_OPTIONS : pluginOptions || { }
7
7
}
8
8
} ,
9
- name : '@staugur /vuepress-plugin-utterances' ,
9
+ name : '@saintic /vuepress-plugin-utterances' ,
10
10
enhanceAppFiles : [ path . resolve ( __dirname , './utterances/enhanceAppFile.js' ) ]
11
11
} )
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @staugur /vuepress-plugin-utterances" ,
2
+ "name" : " @saintic /vuepress-plugin-utterances" ,
3
3
"author" : " staugur <me@tcw.im>" ,
4
4
"version" : " 0.1.0" ,
5
5
"description" : " A simple comments plugin for vuepress" ,
You can’t perform that action at this time.
0 commit comments