pgmmpk.github.io

Mike's Rare Thoughts of Wisdom

View on GitHub

Setting up Blog with GitHub Pages and Jekyll

Here it is!

And it can even nicely format code samples:

var x = function(y) {
	return 100 * y;
};