搜索功能实现
非常感谢这位up主,找了很多的资料,但都讲的很粗略,这篇真的很详细ღ( ´・ᴗ・` )
问题1:
我的search.js文件我把它移到了D:/blog/source/js
原因:
我的搜索页面我是写在了D:/blog/source/search/index.md中(这文件直接建,然后粘贴上面链接中相应的要粘贴的内容即可),当点击搜索时跳转到页面/second/search/
,index.md文件中写的跳转路径为js/search.js默认是在当前/second/search/路径下找,故移动
—
问题2:
1 | <script type="text/javascript"> |
原因:浏览器直接在/+search_path里找不到search.xml,因为其真实路径在我的网站中是/second/+search_path
—
问题3
在主题配置文件中:
1 | menu: |
1 | local_search: |
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
