本文介绍使用如Hugo等搭建的静态博客/完整,如何提供全站搜索的方案。
原理
采用原生javascript,调用 google、bing api 实现搜索功能。
优点:
- 源码开源,可定制
- 支持多种搜索引擎
- 免费
源码
https://github.com/xiexianbin/hugo-custom-search
本文介绍使用如Hugo等搭建的静态博客/完整,如何提供全站搜索的方案。
采用原生javascript,调用 google、bing api 实现搜索功能。
优点:
https://github.com/xiexianbin/hugo-custom-search