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.markdown
in octopress’ssource/_posts
directory rake generate
cd public
ponyhost push www.bencode.net
Thanking Moncef Belyamani for his uber useful post How to Install & Configure Octopress on a Mac.