A plugin that use gist URL to show a formated code.
to instal run:
script/plugin install git://github.com/marciotrindade/filtered_column_gist_macro.git
now copy vendor/plugins/filtered_column_gist_macro/public/stylesheets/gist.css
to your theme folder. example if you use simpla:
cp vendor/plugins/filtered_column_gist_macro/public/stylesheets/gist.css themes/site-1/simpla/stylesheets/
and to finish add the css file in your layout. Go to your admin click on design => layout.liquid and paste this code:
{{ 'gist' | stylesheet }}
Then in your posts do:
<filter:gist>http://gist.github.com/34971</filter:gist>
Copyright (c) 2008 Marcio Trindade ([email protected]) Licensed under a MIT Licence.