From b3908d5bf7cf072b04918fd79f912cb7c98b329c Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sat, 1 Jun 2013 16:07:14 +0200 Subject: [PATCH] Move note about drafts on Upgrading page a bit higher. --- site/docs/upgrading.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/site/docs/upgrading.md b/site/docs/upgrading.md index 75c435f6..738d0b98 100644 --- a/site/docs/upgrading.md +++ b/site/docs/upgrading.md @@ -52,6 +52,23 @@ instead of relative permalinks.

+### Draft Posts + +Jekyll now lets you write draft posts, and allows you to easily preview how +they will look prior to publishing. To start a draft, simply create a folder +called `_drafts` in your site's source directory (e.g., alongside `_posts`), +and add a new markdown file to it. To preview your new post, simply run the +`jekyll serve` command with the `--drafts` flag. + +
+
Drafts don't have dates
+

+ Unlike posts, drafts don't have a date, since they haven't + been published yet. Rather than naming your draft something like + `2013-07-01-my-draft-post.md`, simply name the file what you'd like your + post to eventually be titled, here `my-draft-post.md`.

+
+ ### Custom Config File Rather than passing individual flags via the command line, you can now pass an @@ -98,23 +115,6 @@ if so, make sure that you're using them properly: * `timezone` * `url` -### Draft Posts - -Jekyll now lets you write draft posts, and allows you to easily preview how -they will look prior to publishing. To start a draft, simply create a folder -called `_drafts` in your site's source directory (e.g., alongside `_posts`), -and add a new markdown file to it. To preview your new post, simply run the -`jekyll serve` command with the `--drafts` flag. - -
-
Drafts don't have dates
-

- Unlike posts, drafts don't have a date, since they haven't - been published yet. Rather than naming your draft something like - `2013-07-01-my-draft-post.md`, simply name the file what you'd like your - post to eventually be titled, here `my-draft-post.md`.

-
- ### Baseurl Often, you'll want the ability to run a Jekyll site in multiple places, such as