From b0877f42844668df3423c3496ea609dfef1e32be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nelson=20Estev=C3=A3o?= Date: Sun, 29 Oct 2017 13:27:49 +0000 Subject: [PATCH] added build settings for development mode --- _config.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/_config.yml b/_config.yml index 2e0be2f..b943f77 100644 --- a/_config.yml +++ b/_config.yml @@ -29,3 +29,10 @@ twitter: '@webjeda' # Tracker analytics: UA-83979019-1 #Update all the sections by editing the files inside _includes folder. + +# Build settings +encoding: "utf-8" +compress_html: # - http://jch.penibelst.de/ + clippings: all + ignore: + envs: development