Skip to content

Commit 827ab74

Browse files
committed
add notes on future / draft posts
1 parent 5070d85 commit 827ab74

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ In order to test your changes, there are multiple options:
2020
* This will host the site at http://127.0.0.1:4000/
2121
* Build the site once
2222
* Invoke `bundle exec jekyll build`
23-
* The generated site is in the `_site` folder
23+
* The generated site is in the `_site` folder
24+
25+
In order to create draft posts, you can find ideas in [this article by Fizer Khan](https://www.fizerkhan.com/blog/posts/working-with-upcoming-posts-in-jekyll). You can force displaying future posts with the `--future` flag (e.g. `bundle exec jekyll serve --livereload --future`).

0 commit comments

Comments
 (0)