From 22b61ede646cd04e960bb3a849fb2fb8ed10b1ef Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Tue, 3 Jul 2018 14:14:20 +0200 Subject: [PATCH] Added timezone to jekyll configuration Signed-off-by: Jim Martens --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 27bdcb5..87a8002 100644 --- a/_config.yml +++ b/_config.yml @@ -13,6 +13,7 @@ description: > # this means to ignore newlines until "baseurl:" related to me personally. baseurl: "" # the subpath of your site, e.g. /blog url: "https://2martens.de" # the base hostname & protocol for your site +timezone: "Europe/Berlin" collections: events: output: true