Beginc
Results
1
issues of
Beginc
博客写的越来越多后,全部放在_posts目录下比较混乱,所以我装了hexo-auto-category这个插件,把md文件放到了不同的目录下,目录结构如下: ``` source/ _posts/ Java/ post1/ cover.jpg post1.md Python/ post2/ cover.jpg post2.md ``` 在运行之后,博文的封面可以正常显示访问,但是一点进去就显示404:`Failed to direct to /post/其他/各种源配置`,请问该如何解决呀?
enhancement