iblh / hexo-theme-material

Material Design theme for hexo.
https://iblh.github.io/material-demo/
GNU General Public License v3.0
4.03k stars 564 forks source link

stop local search linking to double url #179

Closed ghost closed 7 years ago

ghost commented 7 years ago

I created an issue in hexo-generator-search's repository about this, but from what I've been told by them it is more to do with the theme and config files.

So, my blog is on a /blog path.

Normal pages are on /blog/2017/01/21/post/.

However, when using the search it tries to link to /blog/blog/2017/01/21/post, which doesn't work because no page exists there.

You can see my blog here, try using the search box.

pidupuis commented 7 years ago

Could you show us your search.xml file?

pidupuis commented 7 years ago

We don't have any custom parameter to generate the search.xml file. I found this file which should be yours I think.

This file is generated by the hexo-generator-search plugin. As you can see in this file, the urls are already broken. This seems to be a problem from their plugin, not ours.

ghost commented 7 years ago

@pidupuis thank you. This does indeed seem to be the case, and I'll go back to the other plugin.

Also, thanks for all the effort you put into responding to issues! Really awesome :)