{
"line_numbers": false,
"gutter": false,
"draw_centered": true,
-"wrap_width": 80,
"word_wrap": true,
-"scroll_past_end": true
}
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
npme add-package @kadira/storybook | |
analyzing dependencies for @kadira/storybook: | |
could not load babel-loader@^6.2.0 error = getaddrinfo ENOTFOUND registry.npmjs.org registry.npmjs.org:443 | |
could not load babel-preset-es2015@^6.3.13 error = getaddrinfo ENOTFOUND registry.npmjs.org registry.npmjs.org:443 | |
could not load cjson@^0.4.0 error = getaddrinfo ENOTFOUND registry.npmjs.org registry.npmjs.org:443 | |
could not load commander@^2.9.0 error = getaddrinfo ENOTFOUND registry.npmjs.org registry.npmjs.org:443 | |
could not load shelljs@^0.6.0 error = getaddrinfo ENOTFOUND registry.npmjs.org registry.npmjs.org:443 | |
could not load uuid@^2.0.1 error = getaddrinfo ENOTFOUND registry.npmjs.org registry.npmjs.org:443 | |
could not load lodash.pick@^4.2.0 error = getaddrinfo ENOTFOUND registry.npmjs.org registry.npmjs.org:443 | |
could not load eslint@^2.7.0 error = getaddrinfo ENOTFOUND registry.npmjs.org registry.npmjs.org:443 |
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
import CreateInput from './Input.jsx'; | |
const emailProps = { | |
type: "email", | |
inputMode: "email", | |
name: "email", | |
autoComplete: "email", | |
pattern: "[a-zA-Z0-9_]+(?:\.[A-Za-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?!([a-zA-Z0-9]*\.[a-zA-Z0-9]*\.[a-zA-Z0-9]*\.))(?:[A-Za-z0-9](?:[a-zA-Z0-9-]*[A-Za-z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?", | |
spellCheck: false, | |
autoCorrect: "off", |
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
Show hidden characters
{ | |
"font_size": 21, | |
"line_numbers": false, | |
"gutter": false, | |
"wrap_width": 80, | |
"scroll_past_end": false, | |
"color_scheme": "Packages/User/SublimeLinter/Solarized (Light) (SL).tmTheme", | |
"line_padding_bottom": 10, | |
"line_padding_top": 10 | |
} |
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
# /etc/nginx/sites-enabled/ghost | |
server { | |
root /usr/share/nginx/html; | |
index index.html index.htm; | |
listen 443 ssl; | |
server_name kevinsuttle.com www.kevinsuttle.com; | |
ssl_certificate /etc/letsencrypt/live/kevinsuttle.com/fullchain.pem; |
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
Verifying that +kevinsuttle is my blockchain ID. https://onename.com/kevinsuttle |
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"?> | |
<root> | |
<!-- Thanks Brett Terpstra for the tip --> | |
<!-- http://brettterpstra.com/2012/12/08/a-useful-caps-lock-key/ --> | |
<item> | |
<name>Tmux Prefix</name> | |
<appendix>CAPS to control-b</appendix> | |
<identifier>private.tmux_prefix</identifier> | |
<autogen> | |
--KeyOverlaidModifier-- |
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
alfred://theme/searchForegroundColor=rgba(255,255,255,1.00)&resultSubtextFontSize=1&searchSelectionForegroundColor=rgba(0,0,0,1.00)&separatorColor=rgba(63,63,63,0.00)&resultSelectedBackgroundColor=rgba(0,105,218,1.00)&shortcutColor=rgba(0,160,255,1.00)&scrollbarColor=rgba(72,72,72,1.00)&imageStyle=7&resultSubtextFont=System&background=rgba(37,37,37,1.00)&shortcutFontSize=1&searchFontSize=3&resultSubtextColor=rgba(168,168,173,1.00)&searchBackgroundColor=rgba(37,37,37,1.00)&name=El%20Capitan%20Dark&resultTextFontSize=2&resultSelectedSubtextColor=rgba(216,217,221,1.00)&shortcutSelectedColor=rgba(255,255,255,1.00)&widthSize=3&border=rgba(37,37,37,1.00)&resultTextFont=System&resultTextColor=rgba(255,255,255,1.00)&cornerRoundness=3&searchFont=System%20Light&searchPaddingSize=0&credits=Kevin%20Suttle&searchSelectionBackgroundColor=rgba(178,220,236,1.00)&resultSelectedTextColor=rgba(255,255,255,1.00)&resultPaddingSize=1&shortcutFont=System |
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
{ | |
"@context": "http://schema.org", | |
"@type": "Color", | |
"hasCSScolorName": { | |
"value": "true", | |
"name": "cornflower_blue" | |
}, | |
"@values": { | |
"hexTriplet": "#6495ed", | |
"hexQuadruplet": "#6495edff", |