Recently I migrated my hosted FunnelWeb ASP.NET MVC blog, over to Octopress (a Jekyll based blogging framework) running on Amazon S3. This is a little personal reminder of how sweet it is to spawn a new post.

  1. rake new_post["title"]
  2. Edit newly created YYYY-MM-DD-post-title.markdown in octopress’s source/_posts directory
  3. rake generate
  4. cd public
  5. ponyhost push www.bencode.net

Thanking Moncef Belyamani for his uber useful post How to Install & Configure Octopress on a Mac.