Skip to content

Commit d3bc9fa

Browse files
committed
add duoshuo
1 parent 4c42119 commit d3bc9fa

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
[插件](plugins.md)
1515
* Disqus - Disqus评论
16+
* duoshuo - 多说
1617
* Search Pro - 支持中文搜索
1718
* Advanced Emoji - 支持emoji表情
1819
* Github - 添加github图标

plugins.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,25 @@
1515
}
1616
```
1717

18+
### 多说
19+
添加多说
20+
21+
[插件地址](https://plugins.gitbook.com/plugin/duoshuo)
22+
23+
```json
24+
{
25+
"plugins": [
26+
"duoshuo"
27+
],
28+
"pluginsConfig": {
29+
"duoshuo": {
30+
"short_name": "your duoshuo's shortname",
31+
"theme": "default"
32+
}
33+
}
34+
}
35+
```
36+
1837
### Search Pro
1938
支持中文搜索, 需要将默认的search插件去掉, :worried: 在window下安装该插件时总是出错, 同时如果标题中有包含的关键字, 标题的样式会有所变化 :worried:
2039
[插件地址](https://plugins.gitbook.com/plugin/search-pro)

0 commit comments

Comments
 (0)