minetest.github.io/_config.yml
Hugo Locurcio c03103feab
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.
2020-09-29 16:26:49 +01:00

19 lines
314 B
YAML

permalink: pretty
plugins:
- jekyll-redirect-from
sass:
style: compressed
exclude:
# `vendor/` is excluded because of <https://github.com/jekyll/jekyll/issues/3330>
- vendor/
- CNAME
- Gemfile
- LICENSE.md
- README.md
strict_front_matter: true
liquid:
error_mode: strict
strict_filters: true