Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 576 Bytes

README.markdown

File metadata and controls

15 lines (9 loc) · 576 Bytes

Jekyll.tmbundle

This bundle provides dead simple support for Jekyll in TextMate. A language file is included which should identify HTML or Markdown files with YAML Front Matter.

A template is included for a blank blog post; create a new file from the Jekyll template. Build your site with ⌘+B

Installation

% git clone git://github.com/itspriddle/jekyll-tmbundle.git ~/Library/Application\ Support/TextMate/Bundles/Jekyll.tmbundle
% osascript -e 'tell app "TextMate" to reload bundles'