Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 346 Bytes

File metadata and controls

24 lines (15 loc) · 346 Bytes

mmcgrana.github.com

Technical blog.

Post content © 2010 Mark McGranaghan.

HTML and CSS adopted from Jekyll.

Local Generation

$ gem install jekyll
$ jekyll --server
$ open http://127.0.0.1:4000/

Deploy

$ git push github master
$ open http://mmcgrana.github.com