Enable strict front matter in Jekyll (#182)
This causes invalid YAML in front matter to result in an build error instead of just printing a warning. This can be used to catch potential mistakes quicker.
This commit is contained in:
parent
9ef772171f
commit
c03103feab
@ -11,6 +11,8 @@ exclude:
|
|||||||
- LICENSE.md
|
- LICENSE.md
|
||||||
- README.md
|
- README.md
|
||||||
|
|
||||||
|
strict_front_matter: true
|
||||||
|
|
||||||
liquid:
|
liquid:
|
||||||
error_mode: strict
|
error_mode: strict
|
||||||
strict_filters: true
|
strict_filters: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user