Skip to content

Instantly share code, notes, and snippets.

@ascendbruce
Last active December 26, 2015 01:28
Show Gist options
  • Save ascendbruce/7071054 to your computer and use it in GitHub Desktop.
Save ascendbruce/7071054 to your computer and use it in GitHub Desktop.
Octopress commands cheatsheet

Create an new post draft

rake new_post["Zombie Ninjas Attack: A survivor's retrospective"]

Multiple categories example

categories: [CSS3, Sass, Media Queries]

rake tasks

rake generate   # Generates posts and pages into the public directory
rake watch      # Watches source/ and sass/ for changes and regenerates
rake preview    # Watches, and mounts a webserver at http://localhost:4000
rake deploy

source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment