From e9902292d3d139d36e7d29dc5062d58ebaa25ef5 Mon Sep 17 00:00:00 2001 From: m Date: Sat, 25 May 2013 00:53:15 -0500 Subject: [PATCH] Add note to upgrading docs on new config file options. --- site/docs/upgrading.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/site/docs/upgrading.md b/site/docs/upgrading.md index 3f4412ff..686214d0 100644 --- a/site/docs/upgrading.md +++ b/site/docs/upgrading.md @@ -83,6 +83,21 @@ to one or more config files (comma-delimited, no spaces). those on the left (`_config.yml`) when both contain the same key.

+### New config File Options + +Jekyll 1.0 introduced several new config file options. Before you upgrade, you +should check to see if any of these are present in your pre-1.0 config file, and +if so, make sure that you're using them properly: + +* `excerpt_separator` +* `host` +* `include` +* `keep_files` +* `layouts` +* `show_drafts` +* `timezone` +* `url` + ### Draft posts Jekyll now lets you write draft posts, and allows you to easily preview how