We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb15c8 commit fead90aCopy full SHA for fead90a
README.md
@@ -6,6 +6,10 @@ Website for Flatiron CCN's NeuroRSE group
6
7
- The "Posts" section contains all the files from `site/_posts` whose names must
8
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.
13
14
## Building locally
15
site/_drafts/.gitkeep
0 commit comments