Skip to content

Instantly share code, notes, and snippets.

View chaekit's full-sized avatar

Jay Chae chaekit

  • San Francisco, CA
View GitHub Profile
@chaekit
chaekit / haml_converter.rb
Created May 5, 2012 05:41 — forked from dtjm/haml_converter.rb
HAML plugin for jekyll
# _plugins/haml_converter.rb
module Jekyll
class HamlConverter < Converter
safe true
def setup
return if @setup
require 'haml'
@setup = true