After two years of tinkering my machine is a bit all over. With Mavericks I wanted to start fresh
Make sure everything is up to date.
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| <?php | |
| $ig_post_custom_fields = array ( | |
| "infographic" => array( | |
| "name" => "is_infographic", | |
| "std" => "", | |
| "title" => "Is this an infographic post?", | |
| "description" => "If you check this box, we'll add a Pin It share option.", | |
| "type" => "checkbox"), | |
| "image_url" => array( |
| <?php | |
| $ig_post_custom_fields = array ( | |
| "infographic" => array( | |
| "name" => "is_infographic", | |
| "std" => "", | |
| "title" => "Is this an infographic post?", | |
| "description" => "If you check this box, we'll add a Pin It share option.", | |
| "type" => "checkbox"), | |
| "image_url" => array( |
| { | |
| "color_scheme": "Packages/Color Scheme - Default/Railscasts.tmTheme", | |
| "theme": "Phoenix Dark.sublime-theme", | |
| "file_exclude_patterns": [ | |
| ".DS_Store", | |
| "dump.rdb" | |
| ], | |
| "folder_exclude_patterns": | |
| [ | |
| ".svn", |