Matt Scilipoti home

github pages, jekyll, and pygments

27 Aug 2009 – Linthicum, MD

This blog is run on github pages. They use Pygments for code syntax highlighting.

To test it locally, I run:

jekyll --pygment --auto --server

This requires Pygments, which requires python.

sudo apt-get install python-setuptools
sudo easy_install Pygments
Fork me on GitHub