"rake preview" works fine, but "rake generate" alway can't generate the "_deploy" folder. any ideas?
wizards-sharing:octopress wizard$ rake generate
## Generating Site with Jekyll
identical source/stylesheets/screen.css
Configuration file: /Users/wizard/Git/octopress/_config.yml
Source: source
Destination: public
Generating...
done.
Auto-regeneration: disabled. Use --watch to enable.
To generate the deploy folder you need to run rake deploy
Open your Rakefile
to understand what this command does. Scroll down this file to where it says task: deploy do
I have written a few Octopress posts. Here is one: http://www.tomordonez.com/blog/2012/06/04/creating-a-github-blog-using-octopress/. Or go to my search and type Octopress. Or just reply in Stack. Thanks.