Jeykll

Install Pygments on OS X

  • Install latest python (see python docs):
    • $ brew install python
  • Install pygments (see pygments.org):
    • $ pip install pygments

Old stuff

http://jekyllrb.com/docs/templates/

{% highlight ruby linenos %}
def foo
  puts 'foo'
end
{% endhighlight %}

Read Jekyll Quick Start

https://highlightjs.org/

<pre><code>
asdf
</code></pre>

Github Pages