baidut / baidut/git-get-started
Git
- Dominant language
- No language data
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
git SSL certificate problem: unable to get local issuer certificate
```
git config --global http.sslVerify false
```
# Git 文档
http://iissnan.com/progit/
# 项目实例
https://github.com/nodegit/nodegit
```
git add .
git commit -m '一些说明'
git push origin master
```
图片引用方式
```
 // github根目录
 // 项目目录
```
以前一直用wordpress,后来用了转移到Ghost,最近有打算用github page,想在hexo 和jekyll以及octpress中间选一个。
Git项目托管:https://gitshell.com
类似平台:bitbucket、[gitlab](https://about.gitlab.com) - better than github?
# license
比较宽松的MIT license
# 什么适合作为wiki,什么适合写入博客?
项目相关的诸多概念?
博客为文章,wiki为字典!
注意post开头的内容前面不要有空行
tagline不要中文
语法高亮:Pygments
加入社区
解决问题
# Q&A
**github.io 和 github.com 有什么区别?**
为安全性考虑避免使用相同的域名(“cookie劫持”或者“cookie注入攻击”)
选用io作为域名比较契合程序猿
Github官方对于为何域名迁移的详细说明:https://github.com/blog/1466-yummy-cookies-across-domains
中文版:http://www.oschina.net/translate/yummy-cookies-across-domains
**io博客**
由于jekyll太简单了,工具又少,不能立即使用,于是用jekyllbootstrap作为基础。另一个热门的选择是Octopress。
MIT博客框架 A fast, simple & powerful blog framework, powered by Node.js.
http://hexo.io https://github.com/hexojs/hexo
**什么适合作为issue?**
用作bug report and tracking
**什么不适合作为issue?**
资料整理不应当设为issue
issue是待解决的问题,不是总结,记录如何解决的
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.