puts'## Set the codepage to 65001 for Windows machines'
`chcp 65001`
end
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]"
task:install,:themedo|t,args|
@ -51,10 +55,6 @@ end
desc"Generate jekyll site"
task:generatedo
raise"### You haven't set anything up yet. First run `rake install` to set up an Octopress theme."unlessFile.directory?(source_dir)