From 68615635b9f1d2d1d9f4d2270dd93d1bdead7ed4 Mon Sep 17 00:00:00 2001 From: franz Date: Sat, 26 Aug 2017 07:56:57 +0100 Subject: [PATCH] Removed "timezone: nil" Hi, My blog (https://toepoke.github.io/) was forked from your excellent incorporated theme. A week or so ago it stopped building. I guess github updated something. Anyways, I tracked it down to the "timezone: nil" setting in the "_config.yml". Hope this helps. Kind regards, Franz. --- _config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index bbc25a9e4..ffe108934 100644 --- a/_config.yml +++ b/_config.yml @@ -48,7 +48,6 @@ plugins: ./_plugins layouts: ./_layouts include: ['.htaccess'] exclude: [] -timezone: nil # Show future posts future: false @@ -122,4 +121,4 @@ assets: cachebust: none cache: false gzip: [ text/css, application/javascript ] - debug: false \ No newline at end of file + debug: false