minetest.github.io/_config.yml
Hugo Locurcio a1bff01541 Fix Travis CI setup and HTML errors reported by HTMLProofer
This also reorganizes `.travis.yml` for better readability.
`sudo: false` was removed as it is no longer necessary.
2019-07-28 21:06:10 +02:00

17 lines
287 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
liquid:
error_mode: strict
strict_filters: true