Handy Octopress Commands

June 18, 2014

Octopress

OctoPress is the engine powering Llamarada blog. Lets discuss a few of the most important commands

Create a new blog post named “Handy Octopress Commands” and open it in your favorite editor:

$ rake new_post["Handy Octopress Commands"]

In our case we are using Heroku, these would be the required commands to generate the post content and upload it to our octopress site running on Heroku’s platform:

$ rake generate
$ git add .
$ git commit -m "added new post titled: Handy Octopress Commands"
$ git push

Comments

comments powered by Disqus