From 86decb22d4ea7144fe4e2ffd1db6cb3a44a89708 Mon Sep 17 00:00:00 2001 From: Tunghsiao Liu Date: Thu, 15 Oct 2015 21:30:14 +0800 Subject: [PATCH] fix(jekyll): empty config causes Jekyll ignoring later configs Ref: https://github.com/jekyll/jekyll/issues/4030 --- _config.user.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_config.user.yml b/_config.user.yml index 2c329e498..3900d0524 100644 --- a/_config.user.yml +++ b/_config.user.yml @@ -1,3 +1,7 @@ # # Jekyll user configurations # + +# Jekyll has a bug that if a config file is empty it stops processing later configs +# Ref: https://github.com/jekyll/jekyll/issues/4030 +dummy: []