Skip to content

第三方服务

Viosey edited this page Jan 3, 2017 · 10 revisions

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

使用 Disqus,仅需在 主题配置文件 中填写 comment: use: 字段,值设置为 "disqus"

然后在 comment: shortname: 填入你的 Disqus shortname


需要注意的是此处的 shortname 不是你的登录的 id,是你的评论二级域名去掉 .duoshuo.com.disqus.com 部分

例如:多说域名 example.duoshuo.com / Disqus 域名 example.disqus.com

shortname: example

搜索系统

Google

调用 Google 搜索引擎对您的站点进行搜索。

主题配置文件 中修改 search: use 的值为 google 即可。

本地搜索

使用本地搜索需要安装 hexo-generator-search 插件。 然后在 站点配置 文件中添加

search:
  path: search.xml
  field: post

Swiftype

注册 Swiftype,然后在 主题配置文件 中修改 search: use 的值为 swiftype,并填入你的 swiftype_key

在你的 Swiftype Install Code 中,有这么一行代码 _st('install','*****','2.0.0');

***** 即为 swiftype_key

Leancloud

Wiki - 设置 Leancloud 浏览次数统计

不蒜子

使用 不蒜子 浏览次数统计,仅需在 主题配置文件 中将 busuanzi: enable: 的值设置为 true

其中:

  • all_site_uv 可统计全站的独立访客人数,即可在 blog_info 模块的 Menu 菜单中看到。

  • post_pv 统计每篇文章的页面浏览次数,在文章页的 分享按钮 菜单中可看到。

  • busuanzi_pure_mini_js 调用不蒜子统计 js 文件,可将改文件放到自己的 CDN 然后修改值。