a post with code
This theme implements a built-in Jekyll feature, the use of Pygments, for sytanx highlighting. It supports more than 100 languages. This example is in C++. All you have to do is wrap your code in a liquid tag:
{% highlight c++ %}
code code code
{% endhighlight %}
Produces something like this: