8000 new blogs · linlinjava/linlinjava.github.io@0b698b3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0b698b3

Browse files
committed
new blogs
1 parent 6acba48 commit 0b698b3

File tree

2 files changed

+72
-12
lines changed

2 files changed

+72
-12
lines changed

_posts/2014-12-01-git-and-github.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ description: 保存各种Git或GitHub相关资源
1919

2020
## GitHub
2121

22-
[GitHub](https://github.com/)
23-
24-
[github-cheat-sheat](https://github.com/tiimgreen/github-cheat-sheet)
25-
26-
[github-cheat-sheat中文版](http://snowdream86.gitbooks.io/github-cheat-sheet/content/zh/index.html)
22+
> [GitHub](https://github.com/)
23+
> [github-cheat-sheat](https://github.com/tiimgreen/github-cheat-sheet)
24+
> [github-cheat-sheat中文版](http://snowdream86.gitbooks.io/github-cheat-sheet/content/zh/index.html)
25+
> [github-pages](https://pages.github.com/)
26+
> - [github-pages及其插件版本](https://pages.github.com/versions/)
27+
> - [404页面定制](https://help.github.com/articles/custom-404-pages/)
2728
2829
## GitHub替补
2930

_posts/2015-01-01-project.md

Lines changed: 66 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,78 @@
22
layout: page
33
title: 创建和维护一个项目
44
category:
5-
description: Develop and Maintain a Project
5+
description: How to Develop and Maintain a Project
66
---
77

8+
## 项目启动 (Project Start)
89

9-
## 版本管理
10+
### 项目介绍(Project Introduce)
1011

11-
## 开源协议
12+
### 版权协议 (Copyright & Licence)
1213

13-
## README
14+
### 开发者信息 (Author Contact Info)
1415

15-
## 项目代码
16+
### 系统开发及运行环境 (System Environment for Develop and Run)
1617

17-
## 项目测试
18+
### 编译环境/运行容器 (Compling Environment/Run Container)
1819

19-
## 项目demo
20+
### 版本管理 (Version Control)
2021

22+
### 编程语言 (Coding Language)
23+
24+
### 编程风格 (Coding Style)
25+
26+
### IDE
27+
28+
### 依赖框架 (Dependency Framework)
29+
日志框架
30+
测试框架
31+
文档框架
32+
33+
## 项目开发 (Project Develop)
34+
35+
### 核心代码 (Core Code)
36+
37+
### 项目日志 (Project Logging)
38+
39+
### 项目文档 (Project Document)
40+
41+
### 项目测试 (Project Test)
42+
43+
### 项目实例 (Project Demo/Example)
44+
45+
## 项目发布 (Project Release)
46+
47+
### README
48+
49+
### COPYING/LINCENCE
50+
51+
### CHANGELOG
52+
53+
### AUTHORS
54+
55+
### src
56+
57+
### test
58+
59+
### demo/example
60+
61+
### doc
62+
63+
### shell script for everything
64+
65+
## 项目维护 (Project Maintain)
66+
67+
### 交流 (Communicate)
68+
69+
### bug
70+
71+
### 新特性 (New Feature)
72+
73+
### 重构 (Refactoring)
74+
75+
### 国际化 (i18n)
76+
77+
### 确定版本 (Ready for A New Version)
78+
79+
## 项目死亡 (Project Dead)

0 commit comments

Comments
 (0)
0