$ bundle
$ foreman start
Open your browser to http://localhost:5000
Content goes in ./content/pages/
my-great-article.haml | mdown | textile
At the top of your document (see other articles for examples):
Title: My Great Article
Date: 18 May 2012
Author: Your name
Categories: JavaScript
Keywords: javascript, ember, mvc, stuff, junk
Images for your Article go in ./content/attachments/my-great-article/
They are accessed in your Article like this:
<img src="/attachments/my-great-article/screenshot.jpg" alt="Screenshot">
Plugin uses 'pygments'. It goes through each article before displaying them and wraps each code line with a span tag. All you need to do is wrap your snippet in a 'pre' tag with a 'lang' attribute and a 'code' tag.
Haml:
%pre
%code(lang="objective-c")
:plain
-(void) ballinMethod;
Open your browser to http://localhost:5000/my-great-article
git add
git ci -m "My Great Article"
./deploy.sh
Config is in .env
Theme CSS: ./themes/edgecase/views/master.sass
Theme Public directory: ./themes/edgecase/public/edgecase