0%

迁移旧文章到hexo记录

hexo g 生成报错了

1
2
3
4
5
6
7
8
ERROR {
err: YAMLException: bad indentation of a mapping entry (1:22)

1 | title: AttributeError: module 'threading' has no attr ...
--------------------------^
2 | date: 2019-05-18 14:24:00
3 | tags:
at generat

看提示应该是标题中含有”:”,导致解析失败
把标题中的”:”去掉后再执行hexo g正常