This also reorganizes `.travis.yml` for better readability. `sudo: false` was removed as it is no longer necessary.
17 lines
287 B
YAML
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
|