From 201470902a7ccd7589e5c3276cf293f5d2001c96 Mon Sep 17 00:00:00 2001 From: "Yury V. Zaytsev" Date: Fri, 31 Mar 2017 07:32:14 +0200 Subject: [PATCH] Document `--unpublished` flag introduced in 91e9ecf (#5959) Merge pull request 5959 --- docs/_docs/frontmatter.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/_docs/frontmatter.md b/docs/_docs/frontmatter.md index cb55c444..cf5aad13 100644 --- a/docs/_docs/frontmatter.md +++ b/docs/_docs/frontmatter.md @@ -99,6 +99,14 @@ front matter of a page or post. +
+
ProTip™: Render Posts Marked As Unpublished
+

+ To preview unpublished pages, simply run `jekyll serve` or `jekyll build` + with the `--unpublished` switch. Jekyll also has a handy drafts + feature tailored specifically for blog posts. +

+
## Custom Variables