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.
master
Hugo Locurcio 2020-09-29 17:26:49 +02:00 committed by GitHub
parent 9ef772171f
commit c03103feab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ exclude:
- LICENSE.md
- README.md
strict_front_matter: true
liquid:
error_mode: strict
strict_filters: true