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