This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "auto_complete": true, | |
| "color_scheme": "Packages/daylerees-themes/Redemption.tmTheme", | |
| "dictionary": "Packages/Language - English/en_GB.dic", | |
| "detect_slow_plugins": false, | |
| "draw_white_space": "selection", | |
| "font_face": "Source Code Pro Light", | |
| "font_size": 13.0, | |
| "open_files_in_new_window": false, | |
| "ignored_packages": |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { "keys": ["ctrl+,", "ctrl+."], "command": "toggle_side_bar" }, | |
| { "keys": ["ctrl+]"], "command": "show_panel", "args": {"panel": "console", "toggle": true} }, | |
| { "keys": ["ctrl+m"], "command": "show_panel", "args": {"panel": "console", "toggle": true} }, | |
| { "keys": ["ctrl+comma", "ctrl+period"], "command": "toggle_side_bar" }, | |
| { "keys": ["super+alt+b"], "command": "insert_snippet", "args": {"contents": "<strong>${0:$SELECTION}</strong>" } }, | |
| { "keys": ["super+alt+i"], "command": "insert_snippet", "args": {"contents": "<em>${0:$SELECTION}</em>" } }, | |
| { "keys": ["super+ctrl+u"], "command": "upper_case" }, | |
| { "keys": ["super+ctrl+i"], "command": "lower_case" }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PS1="\w$ " | |
| export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:$PATH" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PRE INSTALL | |
| Add strangley named folder and move index for added security | |
| POSTS SECTION | |
| Trash “Hello World” Post | |
| Posts >> All Posts >> (hover over title) Trash | |
| Set Default Category | |
| Posts >> Categories >> (hover over title) Quick Edit | |
| LINKS SECTION |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %div.wrap | |
| %a{ :href => "http://www.mozilla.com/en-US/firefox/" } Get firefox |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %div.wrap | |
| %a{ :href => "http://www.mozilla.com/en-US/firefox/" } Get firefox |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>name</key> | |
| <string>Revalations Version 2</string> | |
| <key>settings</key> | |
| <array><dict><key>name</key><string>mon_color</string><key>scope</key><string>mcol_FFFFFFFF</string><key>settings</key><dict><key>background</key><string>#FFFFFFFF</string><key>caret</key><string>#000000FF</string><key>foreground</key><string>#000000FF</string></dict></dict> | |
| <dict><key>name</key><string>mon_color</string><key>scope</key><string>mcol_EEEEEEFF</string><key>settings</key><dict><key>background</key><string>#EEEEEEFF</string><key>caret</key><string>#000000FF</string><key>foreground</key><string>#000000FF</string></dict></dict> | |
| <dict><key>name</key><string>mon_color</string><key>scope</key><string>mcol_CCCCCCFF</string><key>settings</key><dict><key>background</key><string>#CCCCCCFF</string><key>caret</key><string>#000000FF</string><key>foregro |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| Josh Function additions - Start | |
| **/ | |
| // remove junk from head | |
| remove_action('wp_head', 'rsd_link'); | |
| remove_action('wp_head', 'wp_generator'); | |
| remove_action('wp_head', 'feed_links', 2); | |
| remove_action('wp_head', 'index_rel_link'); | |
| remove_action('wp_head', 'wlwmanifest_link'); | |
| remove_action('wp_head', 'feed_links_extra', 3); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @mixin text-wrap | |
| overflow: hidden | |
| text-overflow: ellipsis | |
| white-space: nowrap | |
| .group:after | |
| content: "" | |
| display: table | |
| clear: both |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| !!! 5 | |
| html(lang="en", class="no-js") | |
| head | |
| meta(charset="utf-8") | |
| meta(http-equiv="X-UA-Compatible", content="IE=edge,chrome=1"") | |
| title="Blank Site" | |
| meta(name="descritption", content="") | |
| meta(name="author", content="") | |
| meta(name="viewport", content="width=device=device-width, initial-scale=1.0"") | |
| link(rel="stylesheet", href="style.css") |
OlderNewer