Sha256: c0086def43d85de553b6cfd4d8180e2e8198f26e0d8f6624057afbbb79373be9
Contents?: true
Size: 696 Bytes
Versions: 1
Compression:
Stored size: 696 Bytes
Contents
--- layout: docs title: Working with drafts prev_section: posts next_section: pages permalink: /docs/drafts/ --- Drafts are posts without a date. They're posts you're still working on and don't want to publish yet. To get up and running with drafts, create a `_drafts` folder in your site's root (as described in the [site structure](/docs/structure/) section) and create your first draft: {% highlight text %} |-- _drafts/ | |-- a-draft-post.md {% endhighlight %} To preview your site with drafts, simply run `jekyll serve` or `jekyll build` with the `--drafts` switch. Each will be assigned the value of `Time.now` for its date, and thus you will see them generated as the latest posts.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-1.3.0 | site/docs/drafts.md |