I hereby claim:
- I am Yukaii on github.
- I am yukai (https://keybase.io/yukai) on keybase.
- I have a public key whose fingerprint is 0645 D5EE 3CE4 3D9E 0F53 C3B0 D4D3 B2F0 E99D 4914
To claim this, I am signing this object:
| require 'mina/bundler' | |
| require 'mina/rails' | |
| require 'mina/git' | |
| require 'mina/rvm' # for rvm support. (http://rvm.io) | |
| set :domain, 'esdb.cn' | |
| set :identity_file, '/User/somebody/.ssh/somebody.pem' | |
| set :deploy_to, '/home/ubuntu/apps/xxx.com' | |
| set :repository, 'ssh://git@bitbucket.org/somebody/xxx.com.git' | |
| set :branch, 'master' |
| # config/deploy.rb | |
| require 'mina/bundler' | |
| require 'mina/rails' | |
| require 'mina/git' | |
| require 'mina/rvm' | |
| # ter_mode 这个要设置,不然在 mac 下输密码有问题 | |
| set :term_mode, nil | |
| set :rvm_path, '/usr/local/rvm/bin/rvm' |
| html{ | |
| font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; | |
| color:rgb(55,71,79); | |
| } | |
| body{ | |
| background: #fefefe; | |
| font:1rem; | |
| margin:2rem 1rem; | |
| font-variant-ligatures: common-ligatures; |
| body { | |
| background:#fefefe !important; | |
| font:1rem; | |
| margin:2rem 1rem; | |
| font-variant-ligatures: common-ligatures; | |
| } | |
| html { | |
| padding: 1em 4em; | |
| } |
| /*! Github Dark Theme v1.14.88 (7/5/2016) */ | |
| /* | |
| * https://github.com/StylishThemes/GitHub-Dark | |
| * http://userstyles.org/styles/37035 | |
| * License: https://creativecommons.org/licenses/by-sa/4.0/ | |
| */ | |
| /* AGENT_SHEET */ | |
| body { | |
| background-color: #222 !important; |
| .explorer-item-label { | |
| font-family: InputSansCondensed-Thin; | |
| font-size: 12px; | |
| } | |
| .folder-icon { | |
| font-weight: bold; | |
| } | |
| .monaco-workbench > .part.statusbar { |
| set smoothscroll | |
| let blacklists = ["http://colorgyshop.dev/*","https://cloud.digitalocean.com/*","http://some1else.github.io/*","https://design.google.com/*","http://takahirox.github.io/*","http://martinwecke.de/*","http://vim-adventures.com/*","https://beta.codenvy.com/*","https://codeanywhere.com/*","http://cpanel.hostinger.com.hk/*"] |
| require "net/http" | |
| class ProxyApp | |
| def call(env) | |
| begin | |
| request = Rack::Request.new(env) | |
| headers = {} | |
| env.each do |key, value| | |
| if key =~ /^http_(.*)/i | |
| headers[$1] = value |
| import React, {PropTypes} from 'react'; | |
| import {connect} from 'react-redux'; | |
| import {provideHooks} from 'redial'; | |
| import {goBack, push as pushPath} from 'react-router-redux'; | |
| import {getMe, clearLocalStorage} from '../../actions/app'; | |
| import {listConfigs} from '../../actions/configs'; | |
| import {listNotification, readNotification, readAllNotification, seeAllNotification, getNotificationStatus, getNotificationListKey} from '../../actions/notifications'; | |
| import {getDcardStatus} from '../../actions/dcard' | |
| import {pushModal, popModal, replaceModal} from '../../actions/modals'; | |
| import {setConfig} from '../../actions/configs'; |
I hereby claim:
To claim this, I am signing this object: