hexo 遇到的坑

$ hexo serve
INFO Start processing
FATAL Something's wrong. Maybe you can find the solution here: http://hexo.io/docs/troubleshooting.html
Template render error: (unknown path) [Line 30, Column 43]
expected variable end

这个错误很磨人啊 折磨我了好久的问题,原因竟然是:
.md 文件中语法错误!!!
经过法眼排查 竟然是===>{{}}
md语法不支持这个符号,需要转译
{{ 内容}}

你可能感兴趣的:(hexo 遇到的坑)