问题

hexo报错ValidationError: ‘null’ is not a string!

原因

有某些属性没有填写,比如author属性,tag属性,categories属性等,导致该属性是空的,即null,所以报错。

解决

将空属性删除