Skip to content

Instantly share code, notes, and snippets.

%YAML 1.1 # Reference card
# refer: http://yaml.org/refcard.html
---
Collection indicators:
'? ' : Key indicator.
': ' : Value indicator.
'- ' : Nested series entry indicator.
', ' : Separate in-line branch entries.
'[]' : Surround in-line series branch.
'{}' : Surround in-line keyed branch.
Google: https://developers.google.com/custom-search/
https://developers.google.com/web-search/docs/ (已弃用)
Baidu: http://help.baidu.com/question?prod_en=search&class=500
http://zhanzhang.baidu.com/site/index
@jetzhliu
jetzhliu / jekyll file.md
Last active August 29, 2015 14:07
目录结构

A basic Jekyll site usually looks something like this:

.
├── _config.yml
├── _drafts
|   ├── begin-with-the-crazy-ideas.textile
|   └── on-simplicity-in-technology.markdown
├── _includes
| ├── footer.html
@jetzhliu
jetzhliu / jekyll front matter.md
Last active August 29, 2015 14:07
文章元数据

Predefined Global Variables 预定义全局量

VARIABLE DESCRIPTION
layout If set, this specifies the layout file to use. Use the layout file name without the file extension. Layout files must be placed in the _layouts directory.
permalink If you need your processed blog post URLs to be something other than the default /year/month/day/title.html then you can set this variable and it will be used as the final URL.
published Set to false if you don’t want a specific post to show up when the site is generated.
category categories Instead of placing posts inside of folders, you can specify one or more categories that the post belongs to. When the site is generated the post will act as though it had been set with these categories normally. Categories (plural key) can be specified as a YAML list or a space-separated string.
tags Similar to categories, one or multiple tags can be added to a post. Also like categories, tags can be specified as a YAML list or a space- separated s
highlighter: pygments
github: [Repository metadata]

For the content of the repository metadata object, see repository metadata on GitHub Pages.

Available repository metadata

The following sample information is exposed to Jekyll templates in the site.github namespace:

@jetzhliu
jetzhliu / Package Control.sublime-settings
Created July 15, 2014 12:04
sublime text package control配置
{
"installed_packages":
[
"Alignment",
"AngularJS",
"ApacheConf.tmLanguage",
"BracketHighlighter",
"Color Highlighter",
"DocBlockr",
"Emmet",
{
"font_size": 11,
"ignored_packages": [],
"translate_tabs_to_spaces": true,
"tab_size": 2,
"highlight_line": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"default_line_ending": "system"
}
@jetzhliu
jetzhliu / SwitchyOptions.bak
Created July 15, 2014 11:43
Switchy 备份文件
eyJjb25maWciOiJ7XCJmaXJzdFRpbWVcIjpcIjpdXCIsXCJwcm94eU1vZGVcIjpcImF1dG9cIixcImF1dG9QYWNTY3JpcHRQYXRoXCI6XCI6bWVtb3J5OlwiLFwicnVsZUxpc3RVcmxcIjpcImh0dHBzOi8vYXV0b3Byb3h5LWdmd2xpc3QuZ29vZ2xlY29kZS5jb20vc3ZuL3RydW5rL2dmd2xpc3QudHh0XCIsXCJydWxlTGlzdFJlbG9hZFwiOlwiNzIwXCIsXCJydWxlTGlzdFByb2ZpbGVJZFwiOlwianBcIixcInJ1bGVMaXN0QXV0b1Byb3h5XCI6dHJ1ZSxcInN3aXRjaFJ1bGVzXCI6dHJ1ZSxcInJ1bGVMaXN0RW5hYmxlZFwiOnRydWUsXCJwYWNTY3JpcHREYXRhXCI6XCJcIixcInByb3h5U2VydmVyXCI6XCJcIixcInF1aWNrU3dpdGNoXCI6ZmFsc2UsXCJxdWlja1N3aXRjaFR5cGVcIjpcImJpbmFyeVwiLFwicmVhcHBseVNlbGVjdGVkUHJvZmlsZVwiOnRydWUsXCJjb25maXJtRGVsZXRpb25cIjpmYWxzZSxcInJ1bGVzRmlyc3RUaW1lXCI6XCI7XVwiLFwibW9uaXRvclByb3h5Q2hhbmdlc1wiOmZhbHNlLFwicHJldmVudFByb3h5Q2hhbmdlc1wiOmZhbHNlLFwibGFzdExpc3RVcGRhdGVcIjpcIlR1ZSBKdWwgMTUgMjAxNCAwOTo0MzoyNiBHTVQrMDgwMCAo5Lit5Zu95qCH5YeG5pe26Ze0KVwiLFwicmVmcmVzaFRhYlwiOmZhbHNlLFwic3RhcnR1cFByb2ZpbGVJZFwiOlwiXCIsXCJxdWlja1J1bGVQcm9maWxlSWRcIjpcImpwXCIsXCJxdWlja1J1bGVQYXR0ZXJuVHlwZVwiOlwid2lsZGNhcmRcIixcInByb3h5Q29uZmlnVXJsXCI6XCI6bWVtb3J5Olwi

转载

GoAgent的证书,在Linux下很悲剧,使用HTTPS协议都要求要有GoAgent证书 FF下我在浏览器里导入好像没什么效果,该提示证书问题的照样提示 Chrome我没用,不太清楚 百度了一下,导入chrome导入是用命令的: certutil -d sql:$HOME/.pki/nssdb -A -t "C,," -n GoAgent -i '/home/wzhy90/GoAgent/local/CA.crt' 类似这个 我也试过这个,导入后重新打开终端,export https_proxy代理后git clone https协议还是提示证书错误 我发现它提示/etc/ssl/certs/ca-certificates.crt这个证书,我打开证书查看发现里面是一些系统内置的证书,OK,想法是把GoAgent的证书也写到这个证书里面

@jetzhliu
jetzhliu / git proxy.md
Created April 9, 2013 05:34
proxy in git

win 7

cd C:\Users\username
add the following config to .gitconfig

[http]
  proxy = http://127.0.0.1:8087
	sslVerify = false