From 9fe42fe09c39692d4cc734f64ec9bd778a9763a0 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Tue, 9 Jul 2013 23:55:37 +0200 Subject: [PATCH] Add _drafts to site structure page --- site/docs/structure.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site/docs/structure.md b/site/docs/structure.md index 887d1a00..98bbef3a 100644 --- a/site/docs/structure.md +++ b/site/docs/structure.md @@ -19,6 +19,9 @@ A basic Jekyll site usually looks something like this: {% highlight bash %} . ├── _config.yml +├── _drafts +| ├── begin-with-the-crazy-ideas.textile +| └── on-simplicity-in-technology.markdown ├── _includes | ├── footer.html | └── header.html