YAMLException: can not read a block mapping entry, Hexo
How to solve problem
YAMLException: can not read a block mapping entry
포스팅을 하면서 다음과 같은 에러가 발생했다.
이는 아래와 같이 Hexo로 신규 게시물 작성 시 title에 [] 대괄호를 사용하면 발생하는 에러이다. (,나 :같은 기호를 사용해도 발생한다.)
The error above occurs because of the [] square brackets used in a title of your post.
따라서 위의 타이틀을 “” 로 묶어주면 에러를 해결할 수 있다.
Just add a title with double quotation marks to solve the problem.
1 | title : "[딥러닝 스터디] 임베딩이란" |