Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 711 Bytes

File metadata and controls

34 lines (19 loc) · 711 Bytes

adventurebin.github.io

Commands

$ 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

Something

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.

To-Do

Read more about includes