Posts Resume My Philosophy Who Am I

github pages, jekyll, and pygments

h1. github pages, jekyll, and pygments p(meta). 27 Aug 2009 - Linthicum, MD This blog is run on "github pages":http://pages.github.com/. They use "Pygments":http://pygments.org/ 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