美文网首页
一步解决hexo博客搭建后的全文搜索功能

一步解决hexo博客搭建后的全文搜索功能

作者: KangSmit的算法那些事儿 | 来源:发表于2020-04-07 02:25 被阅读0次

全文搜索
Hiero使用 Insight Search 帮助你搜索站点内的任何内容,而无需第三方插件。
​复制代码

# Search
search:
    insight: true # you need to install `hexo-generator-json-content` before using Insight Search
    swiftype: # enter swiftype install key here
    baidu: false # you need to disable other search engines to use Baidu search, options: true, false

注意:你需要在使用透视搜索之前安装 hexo-generator-json-content。
复制代码

$ npm install -S hexo-generator-json-content

相关文章

  • 一步解决hexo博客搭建后的全文搜索功能

    全文搜索Hiero使用 Insight Search 帮助你搜索站点内的任何内容,而无需第三方插件。​复制代码 注...

  • Hexo yilia主题配置干货

    背景 搭建自己的hexo博客 解决 我的博客最终事例 1.草稿相当于很多博客都有的“私密文章”功能。 会在sour...

  • hexo 插入视频和音乐播放器

    背景 搭建自己的hexo博客 解决 我的博客最终事例 1.草稿相当于很多博客都有的“私密文章”功能。 会在sour...

  • Hexo博客搭建全攻略(六):博文图片处理

    Hexo博客搭建全攻略系列文章: Hexo博客搭建全攻略(一):基于Hexo+Github环境搭建 Hexo博客搭...

  • hexo

    hexo史上最全搭建教程 博客搬家记:从 Wordpress 到 Hexo+Github 解决用Hexo和GitH...

  • 在Coding上搭建Hexo博客

    title: 在Coding上搭建Hexo博客 tags: hexo 参考文章 使用hexo搭建博客Pacman主...

  • Hexo

    以下是我看的一些资料,一步一步教你搭建Hexo。 1.搭建使用Hexo+Github一步步搭建属于自己的博客Mac...

  • Mac上搭建基于GitHub的Hexo博客

    01 Mac上搭建基于GitHub的Hexo博客 HexoMac上搭建基于GitHub的Hexo博客 hexo插件...

  • hexo博客优化--Next主题

    搭建完hexo博客后,需要针对博客进行优化,具体如下:注意1:每次做变更后,均需要使用hexo g和hexo s。...

  • Ubuntu 18.04 LTS 配置 Hexo

    GitHub Pages + Hexo 搭建博客可参考 GitHub Pages + Hexo 搭建博客 1. 环...

网友评论

      本文标题:一步解决hexo博客搭建后的全文搜索功能

      本文链接:https://www.haomeiwen.com/subject/dovwphtx.html