This commit is contained in:
Cool-Y
2021-01-08 16:33:46 +08:00
parent ed60af1265
commit d80a1e043b
5 changed files with 474 additions and 17 deletions

View File

@ -611,19 +611,19 @@ algolia_search:
# Local search
# Dependencies: https://github.com/flashlab/hexo-generator-search
local_search:
enable: true
# if auto, trigger search by changing input
# if manual, trigger search by pressing enter key or search button
trigger: auto
# show top n results per article, show all results by setting to -1
top_n_per_article: 1
# local_search:
# enable: true
# # if auto, trigger search by changing input
# # if manual, trigger search by pressing enter key or search button
# trigger: auto
# # show top n results per article, show all results by setting to -1
# top_n_per_article: 1
search:
path: search.xml
field: post
format: html
limit: 10000
# search:
# path: search.xml
# field: post
# format: html
# limit: 10000
# ---------------------------------------------------------------
# Tags Settings