make preview charset fix

This commit is contained in:
Michael Rotarius 2017-06-29 15:40:42 +02:00
parent 4dcbd95325
commit 5b52234c87

View file

@ -16,7 +16,7 @@ default: clean build
## `make preview`: start the built-in Jekyll preview ## `make preview`: start the built-in Jekyll preview
preview: clean preview: clean
$S bundle exec jekyll serve --incremental $S export LANG=C.UTF-8 ; bundle exec jekyll serve --incremental
## `make test`: don't build, but do run all tests ## `make test`: don't build, but do run all tests
test: pre-build-tests post-build-tests test: pre-build-tests post-build-tests