Posts Resume My Philosophy Who Am I

blog_engines.detect {|engine| engine.not_engine?}

h1. blog_engines.detect {|engine| engine.not_engine?} p(meta). 11 Jun 2009 - Reston, VA I wanted to start a blog. I did not want to use a formal engine (too much work) or a dead simple static file system (too lame). Then I found http://pages.github.com/. It was simple, with functionality: for post in site.posts h2. Choose. * http://tom.preston-werner.com/2008/11/17/blogging-like-a-hacker.html * http://github.com/mojombo/tpw/tree/master * http://github.com/blog/272-github-pages h2. Write. * http://hobix.com/textile/ * http://daringfireball.net/projects/markdown/syntax#overview * http://github.com/mojombo/jekyll/tree/master * http://github.com/rtomayko/rdiscount/ Update (2009-06-12 17:18) I, incorrectly, created my repo as mattscilipoti instead of mattscilipoti.github.com. After staring at "Page does not exist!" for a few hours, I put in a support request. A short wait and I had my answer:
"I don't think Pages setup fires on a repo rename, only the initial create. Delete your repo, recreate it, and re-push and you should get a PM that the page has built."
Edit. Delete. Create. git push. Wait a few minutes. tada. What you see.