Hexo 因 themes/next 文件夹存在 .git 而无法提交的解决方法
问题原因
无法提交根本原因是next主题也是一个repo。
解决方法
1、剪切 themes/next/.git 文件夹到其他处
$ mv themes/next/.git ~/otherpath
无法提交根本原因是next主题也是一个repo。
1、剪切 themes/next/.git 文件夹到其他处
$ mv themes/next/.git ~/otherpath
生成的新文件夹都在source下也就是和放文章的文件夹一块
以下所有命令都是在博客文件目录下执行
生成“分类”页并添加tpye属性,进入博客目录。执行命令下方命令
$ hexo new page categories