多说
注册账号 http://duoshuo.com/create-site/, 设置站点地址改为个人gitbook访问域名地址如:
https://xxx.gitbooks.io/
配置插件
{
"plugins": [
"duoshuo"
],
"pluginsConfig": {
"duoshuo":{
"short_name": "custom_name",
"theme": "default"
}
}
}
其中short_name对应自己多说域名二级域名自定义部分,比如http://custom_name.duoshuo.com
中的"custom_name"