Merge branch 'master' of github.com:imathis/octopress

This commit is contained in:
Brandon Mathis 2011-07-26 23:36:57 -04:00
commit 786b8e8783
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ task :new_post, :title do |t, args|
end
# usage rake new_page[my-new-page] or rake new_page[my-new-page.html] or rake new_page (defaults to "new-page.markdown")
desc "Begin a new post in #{source_dir}/#{posts_dir}"
desc "Create a new page in #{source_dir}/(filename)/index.#{new_page_ext}"
task :new_page, :filename do |t, args|
require './plugins/titlecase.rb'
args.with_defaults(:filename => 'new-page')