Skip to content

Commit fead90a

Browse files
committed
adds info about drafts to readme
1 parent 8fb15c8 commit fead90a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Website for Flatiron CCN's NeuroRSE group
66

77
- The "Posts" section contains all the files from `site/_posts` whose names must
88
be of the form `YYYY-MM-DD-title.md` in order to be included in the built site.
9+
- If you write a post that you do not want rendered yet, save it in the
10+
`site/_drafts` folder. Then, to render it when building locally, add `--drafts` to
11+
the `jekyll serve` command below to see it. When you are ready to include it
12+
on the site, move it to the `site/_posts` folder.
913

1014
## Building locally
1115

site/_drafts/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)