Hello, World!

08 December 2014

Welcome to my new technical blog. I have been posting on wordpress for a while, but wanted to try out the new Jekyll system which is supposed to be better for posting snippets of computer code, $ \LaTeX $, markdown, and other interesting things. Also, I like that it is attached to github which facilitates version control. In creating this site, I relied heavily on advice found in this tutorial. The main commands to remember are:

jekyll build
jekyll serve
jekyll serve --watch