$ rake install
rake aborted!
You have already activated rake 0.9.2.2, but your Gemfile requires rake 0.9.2.
Using bundle exec may solve this.
(See full trace by running task with --trace)
# ----------------------- ## Main Configs ## ----------------------- #url:# For rewriting urls for RSS, etctitle:# Used in the header and title tagssubtitle:# A description used in the headerauthor:# Your name, for RSS, Copyright, Metadatasimple_search:# Search engine for simple site searchdescription:# A default meta description for your sitesubscribe_rss:# Url for your blog's feed, defauts to /atom.xmlsubscribe_email:# Url to subscribe by email (service required)email:# Email address for the RSS feed if you want it.
$ rake -T
rake clean # Clean out caches: .pygments-cache, .gist-c...rake copydot[source,dest]# copy dot files for deploymentrake deploy # Default deploy taskrake gen_deploy # Generate website and deployrake generate # Generate jekyll siterake install[theme]# Initial setup for Octopress: copies the de...rake integrate # Move all stashed posts back into the posts...rake isolate[filename]# Move all other posts than the one currentl...rake list # list tasksrake new_page[filename]# Create a new page in source/(filename)/ind...rake new_post[title]# Begin a new post in source/_postsrake preview # preview the site in a web browserrake push # deploy public directory to github pagesrake rsync # Deploy website via rsyncrake set_root_dir[dir]# Update configurations to support publishin...rake setup_github_pages[repo]# Set up _deploy folder and deploy branch fo...rake update_source[theme]# Move source to source.old, install source ...rake update_style[theme]# Move sass to sass.old, install sass theme ...rake watch # Watch the site and regenerate when it changes