##SublimeJekyll
Tools for working with Jekyll in Sublime Text 2
###Installation
- Install Package Control and restart when it tells you to.
- Add Repository - https://github.com/dnfehren/SublimeJekyll
- Install Package - SublimeJekyll
###Current capabilities:
- make a new post : supply a title and get back a new document with properly formatted filename and yaml header (based on jekyll bootstrap)
- command palette = Jekyll: New Post
- Tools > Jekyll > New Post
###References
- glenrobertson's PythonOpenModule for general organization and user prompt creation.
- titoBouzout's Camaleon for menu nesting.
- Sublime Text 2 API docs
Dan Fehrenbach, dnfehrenbach@gmail.com