website/ianonavy/_drafts/code-snippets.md
Ian Adam Naval c6fb7380c3 Add drafts
2015-05-27 21:05:15 -07:00

418 B

layout, title, date, category
layout title date category
post Code Snippets 2015-05-27 20:58:27 test

Whenever you need to post a code snippet, use the liquid tags highlight and endhighlight like this:

{% highlight ruby %}

some code goes here

puts "Hello World!" {% endhighlight %}

Note that this only provides color-coding. For that you might need to use a front end colorization engine like Highlight.JS or something similar.