Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在某处看到yaml添加到元数据部分:
yaml
--- yaml layout: 'post' ---
这是为什么?
我想我自己找到了。
元数据部分可以由yaml或解析cson。因此,以 开头的元数据部分--- yaml或---将被解析为yaml,而以 开头的部分--- cson将被解析为cson。
cson
--- yaml
---
--- cson