$ jekyll build
# => The current folder will be generated into ./_site$ jekyll serve
# => A development server will run at http://localhost:4000/
# Auto-regeneration: enabled. Use `--no-watch` to disable.Having issues - try:
rvm reload
rvm use ruby-2.2.0
To preview your site with drafts, simply run jekyll serve --drafts or jekyll build --drafts. Each will be assigned the value modification time of the draft file for its date, and thus you will see currently edited drafts as the latest posts.
Read more about includes