Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Create Your Own Blog Using Jekyll

Create Your Own Blog Using Jekyll

Swathi Kantharaja

February 10, 2014
Tweet

More Decks by Swathi Kantharaja

Other Decks in Programming

Transcript

  1. Getting Started $ gem install jekyll! $ jekyll new myblog!

    $ cd myblog! $ jekyll serve --watch 3
  2. Drafts Place posts without date in _drafts directory! To test

    locally: jekyll serve --drafts! To publish, move to _posts with date in the filename 14