Skip to content

Instantly share code, notes, and snippets.

@chrismcg
Created October 11, 2009 19:23
Show Gist options
  • Save chrismcg/207824 to your computer and use it in GitHub Desktop.
Save chrismcg/207824 to your computer and use it in GitHub Desktop.
compile '*' do
case File.extname(item.attributes[:file].path)
when '.markdown'
filter :bluecloth
else
filter :erb
end
layout 'default'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment