418 B
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.