Skip to content

travisvn/jonbake.com

 
 

Repository files navigation

jonbake.com

Creating a New Post

$ bundle exec jekyll post "My New Post"

Publish a Post

$ bundle exec jekyll publish _drafts/my-new-draft.md
# or specify a specific date on which to publish it
$ bundle exec jekyll publish _drafts/my-new-draft.md --date 2014-01-24

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 46.6%
  • HTML 35.3%
  • JavaScript 10.8%
  • Shell 3.8%
  • Ruby 3.5%