|-- _config.yml
|-- _drafts/
| |-- a-draft-post.md
|-- _layouts/
| |-- default.html
|-- _posts/
| |-- 2013-05-10-a-published-post
|-- index.html
Normally (and on GitHub Pages) Jekyll will ignore the posts in the _drafts
folder, publishing only the posts in the _posts
folder. If you run Jekyll locally with the --drafts
flag (e.g., jekyll serve --drafts
), Jekyll will include any posts in the _drafts
folder, just as if they were published post (but don't worry, only locally).
@theJollySin
It's not 10/day it's 10/h, as you can read at https://help.github.com/articles/what-is-github-pages/:
And as for
_drafts
triggering a build, it doesn't really matter. Every commit to selected branch triggers a build http://stackoverflow.com/questions/24098792/how-to-force-github-pages-build