We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
虽然algolia可以进行站内搜索,但仅仅只能搜索文章的标题,不能搜索到内容(我是完全安装你上面的教程来操作的,只能搜索到标题,环境:win10+hexo) 建议希望能够先next一样直接支持站内静态的搜索,就生成xml的那种,非常快速方便,我是从next转过来的,因为觉得archer比较好看,但是唯独搜索功能这里实在不尽人意 next中只需要在root下 config.xml中加 search: path: /search.xml field: all format: html limit: 10000 然后在主题下的config.xml中加 local_search: enable: true trigger: auto top_n_per_article: 1 就可以了,根本不需要用到第三方,而且第三方很麻烦啊,哪天他改变免费用户的使用范围了不就很麻烦嘛? 希望能改进,越做越好,加油
The text was updated successfully, but these errors were encountered:
No branches or pull requests
虽然algolia可以进行站内搜索,但仅仅只能搜索文章的标题,不能搜索到内容(我是完全安装你上面的教程来操作的,只能搜索到标题,环境:win10+hexo)
建议希望能够先next一样直接支持站内静态的搜索,就生成xml的那种,非常快速方便,我是从next转过来的,因为觉得archer比较好看,但是唯独搜索功能这里实在不尽人意
next中只需要在root下 config.xml中加
search:
path: /search.xml
field: all
format: html
limit: 10000
然后在主题下的config.xml中加
local_search:
enable: true
trigger: auto
top_n_per_article: 1
就可以了,根本不需要用到第三方,而且第三方很麻烦啊,哪天他改变免费用户的使用范围了不就很麻烦嘛?
希望能改进,越做越好,加油
The text was updated successfully, but these errors were encountered: