原因

Hexo报错

1
TypeError: Cannot read property 'count' of undefined

有一个插件有坑,hexo-baidu-url-submit

1
2
3
npm remove hexo-baidu-url-submit
hexo clean
hexo g

可以使用

1
hexo g --debug 

发现一些问题

参考

https://github.com/hexojs/hexo/issues/2402