Changed rake task 'post' to 'new_post' and updated the yaml front matter. Added 'new_page' rake task for easily adding new pages with a default yaml block
stash_dir="_stash"# directory to stash posts for speedy generation
stash_dir="_stash"# directory to stash posts for speedy generation
posts_dir="_posts"# directory for blog files
posts_dir="_posts"# directory for blog files
themes_dir=".themes"# directory for blog files
themes_dir=".themes"# directory for blog files
post_format="markdown"# file format for new posts when using the post rake task
new_post_ext="markdown"# default new post file extension when using the new_post task
new_page_ext="markdown"# default new page file extension when using the new_page task
desc"Initial setup for Octopress: copies the default theme into the path of Jekyll's generator. Rake install defaults to rake install[classic] to install a different theme run rake install[some_theme_name]"
desc"Initial setup for Octopress: copies the default theme into the path of Jekyll's generator. Rake install defaults to rake install[classic] to install a different theme run rake install[some_theme_name]"