bundle exec rake preview
Then navigate to http://localhost:4000
bundle exec rake 'new_post[my new post title]'
bundle exec rake 'new_page[my new page title]'
This blog runs on GitHub Pages. To set it up for deployment, run this command once:
bundle exec rake 'setup_github_pages[git@github.com:ckdake/recruiter-project-octopress.git]'
To generate the site and deploy it to recruiterproject.org, run:
bundle exec rake gen_deploy