Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up测试hexo4.0/next7.5出现的几个bug #3876
Comments
This comment has been minimized.
This comment has been minimized.
Maybe related to hexojs/hexo-util#122, which has been fixed by hexojs/hexo-util#130, to be released in hexo-util 1.6.0.
That's url encoding, which is equivalent to |
This comment has been minimized.
This comment has been minimized.
The official website of the theme NexT is a successful example: https://github.com/theme-next/theme-next.org |
1.我看见package里面有集成hexo-generator-archive等插件,但我按照配置设置按月归档之后不起效果,我又按照网上的教程单独安装了一遍,配置依然不起效果
2.根据a href链接会自动生成target:_blank那个问题里,我设置了external_link在站点config里,但无法正常hexo g,会报错,下载了文件包里最新的lib文件夹替换后也没有效果,所以现在我的搜索功能依然会自动打开about:blank#blocked界面
3.sidebar里面的site-state里面不是有日志,分类和标签三个总数的统计嘛,其点击去可以分别进入日志分类和标签的菜单界面,但我最近发现a href莫名变成了
<a href="/archives/%20%7C%7C%20archive"> <span class="site-state-item-count">66</span> <span class="site-state-item-name">日志</span>
第一行里面/archives/后面莫名多了很多%20%7C%7C%20部分导致其没法正常进入archive界面,但这个我只能在网页f12里面调试,不知道在本地文件夹里应该怎么解决?