Added timezone to jekyll configuration

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2018-07-03 14:14:20 +02:00
parent ff7abab1e0
commit 22b61ede64

View File

@ -13,6 +13,7 @@ description: > # this means to ignore newlines until "baseurl:"
related to me personally. related to me personally.
baseurl: "" # the subpath of your site, e.g. /blog baseurl: "" # the subpath of your site, e.g. /blog
url: "https://2martens.de" # the base hostname & protocol for your site url: "https://2martens.de" # the base hostname & protocol for your site
timezone: "Europe/Berlin"
collections: collections:
events: events:
output: true output: true