From ceca1bcf1416ec01c5d0089702e6bf2cfa38b90c Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sat, 26 Dec 2015 13:49:32 -0500 Subject: [PATCH] site: set the timezone in the config for consistent generation times --- site/_config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/_config.yml b/site/_config.yml index d1cd5367..e09c4857 100644 --- a/site/_config.yml +++ b/site/_config.yml @@ -9,6 +9,8 @@ google_analytics_id: UA-50755011-1 repository: https://github.com/jekyll/jekyll help_url: https://github.com/jekyll/jekyll-help +timezone: America/Los_Angeles + collections: docs: output: true