From f52df0c3420a473446778805f47c8260ceb6f961 Mon Sep 17 00:00:00 2001 From: Jorim Tielemans Date: Mon, 21 Jan 2019 21:39:31 +0100 Subject: [PATCH] Try to make liquid more strict (#8216) Instead of warnings it should output error messages on the console for each error and stop the build. --- _config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 92d486cdbba..a664cf4ab37 100644 --- a/_config.yml +++ b/_config.yml @@ -32,8 +32,12 @@ destination: public/ plugins_dir: plugins code_dir: downloads/code category_dir: blog/categories + markdown: kramdown +highlighter: rouge timezone: UTC +liquid: + error_mode: strict kramdown: input: GFM @@ -44,8 +48,6 @@ kramdown: smart_quotes: lsquo,rsquo,ldquo,rdquo parse_block_html: true -highlighter: rouge - plugins: - jekyll-redirect-from - jekyll-time-to-read