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.
rake new_post["title"]- Edit newly created
YYYY-MM-DD-post-title.markdownin octopress’ssource/_postsdirectory rake generatecd publicponyhost push www.bencode.net
Thanking Moncef Belyamani for his uber useful post How to Install & Configure Octopress on a Mac.