19 lines
379 B
Markdown
19 lines
379 B
Markdown
![]() |
title: Insight Search Plugin
|
||
|
date: 2018-01-01
|
||
|
categories:
|
||
|
- Configuration
|
||
|
- Search Plugins
|
||
|
tags:
|
||
|
- Getting Started
|
||
|
search:
|
||
|
type: insight
|
||
|
---
|
||
|
|
||
|
{% quote %}
|
||
|
From Icarus 2, you no longer need to install <code>hexo-generator-json-content</code> to be able to use the insight search.
|
||
|
{% endquote %}
|
||
|
|
||
|
{% codeblock lang:yaml _config.yml %}
|
||
|
search:
|
||
|
type: insight
|
||
|
{% endcodeblock%}
|