-
Notifications
You must be signed in to change notification settings - Fork 564
第三方服务
Read the Docs & Introduction at Material Theme
阅读文档和介绍在 Material Theme
在 主题配置文件 中定位到 Integrated Services
即可进行第三方服务的配置。
Material 内置了一套 多说 的 Material Design 样式。
使用 多说,仅需在 主题配置文件 中填写 comment: use:
字段,值设置为 "duoshuo"
。
然后在 comment: shortname:
填入你的多说 shortname
使用多说需要在
front-matter
中添加
id: id_number
如果是从其他博客系统迁移过来,id 需要和多说后台的 Thread_Key 保持一致。
使用 Disqus,仅需在 主题配置文件 中填写 comment: use:
字段,值设置为 "disqus"
。
然后在 comment: shortname:
填入你的 Disqus shortname
需要注意的是此处的 shortname
不是你的登录的 id,是你的评论二级域名去掉 .duoshuo.com
或 .disqus.com
部分
例如:多说域名
example.duoshuo.com
/ Disqus 域名example.disqus.com
shortname: example
调用 Google 搜索引擎对您的站点进行搜索。
在 主题配置文件 中修改 search: use
的值为 google
即可。
使用本地搜索需要安装 hexo-generator-search 插件。
然后在 站点配置
文件中添加
search:
path: search.xml
field: post
注册 Swiftype,然后在 主题配置文件 中修改 search: use
的值为 swiftype
,并填入你的 swiftype_key
。
在你的 Swiftype Install Code 中,有这么一行代码
_st('install','*****','2.0.0');
*****
即为swiftype_key
使用 不蒜子 浏览次数统计,仅需在 主题配置文件 中将 busuanzi: enable:
的值设置为 true
。
其中:
-
all_site_uv
可统计全站的独立访客人数,即可在blog_info
模块的Menu
菜单中看到。 -
post_pv
统计每篇文章的页面浏览次数,在文章页的分享按钮
菜单中可看到。 -
busuanzi_pure_mini_js
调用不蒜子统计 js 文件,可将改文件放到自己的 CDN 然后修改值。