Skip to content

Commit 055cd86

Browse files
committed
[add] 3 new Development & Community posts
[optimize] add Yarn lock for cache [optimize] update Upstream packages
1 parent 211519d commit 055cd86

File tree

7 files changed

+6546
-10
lines changed

7 files changed

+6546
-10
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ jobs:
1212
- name: Use Node.js
1313
uses: actions/setup-node@v2
1414
with:
15-
node-version: '14'
15+
node-version: 14
16+
cache: yarn
1617
- name: Install & build
17-
run: |
18-
npm install
19-
npm run build
18+
run: yarn && yarn build
2019
- name: Deploy
2120
uses: peaceiris/actions-gh-pages@v3
2221
with:

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ node_modules/
77
package-lock.json
88
public/
99
.deploy*/
10-
.husky/_/
1110
resume.json

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"hexo-generator-search": "^2.4.3",
3737
"hexo-generator-slidehtml": "0.0.62",
3838
"hexo-generator-tag": "^1.0.0",
39-
"hexo-migrator-web": "^1.0.4",
39+
"hexo-migrator-web": "^1.1.0",
4040
"hexo-permalink-pinyin": "^1.1.0",
4141
"hexo-prism-plugin": "^2.3.0",
4242
"hexo-renderer-ejs": "^1.0.0",
@@ -46,11 +46,11 @@
4646
"object-assign": "^4.1.1"
4747
},
4848
"devDependencies": {
49-
"husky": "^6.0.0",
49+
"husky": "^7.0.4",
5050
"jsonresume-theme-kendall": "^0.2.0",
51-
"lint-staged": "^11.0.0",
52-
"prettier": "^2.3.1",
53-
"resume-cli": "^3.0.4",
51+
"lint-staged": "^12.1.5",
52+
"prettier": "^2.5.1",
53+
"resume-cli": "^3.0.5",
5454
"yamljs": "^0.3.0"
5555
},
5656
"hexo": {
Lines changed: 130 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,130 @@
1+
---
2+
title: 开源给中国的精神启示
3+
slidehtml: true
4+
categories:
5+
- Community
6+
---
7+
8+
COSCon 2021
9+
10+
---
11+
12+
## 开源之功利
13+
14+
---
15+
16+
开源是“用爱发电”?
17+
18+
---
19+
20+
开源是一种诞生自计算机软硬件行业的
21+
22+
**新型生产力、生产关系**
23+
24+
---
25+
26+
### 于己
27+
28+
1. Git 记录代码成长
29+
2. GitHub 绿点是工程师最好的简历
30+
3. 开源项目开发、管理流程称得上业界最佳实践
31+
32+
---
33+
34+
### 于司
35+
36+
1. 快速搭建业务原型
37+
2. 技术核心社群共创
38+
3. 开源做生态,商业来恰饭
39+
40+
---
41+
42+
## 开源之开放
43+
44+
---
45+
46+
开源的核心是「开放式社会化协作」
47+
48+
---
49+
50+
开放其实也是表面
51+
52+
---
53+
54+
开放只不过是一群人的最佳实践
55+
56+
---
57+
58+
一群「主动参与」的人总结出的最佳实践
59+
60+
---
61+
62+
「开放」的核心是「主动」
63+
64+
---
65+
66+
包括国家倡导的「自主创新」
67+
68+
---
69+
70+
不「自主」,无「创新」
71+
72+
---
73+
74+
不「主动」,无「开源」
75+
76+
---
77+
78+
## 开源之市集
79+
80+
---
81+
82+
《大教堂与市集》
83+
84+
![](https://upload.wikimedia.org/wikipedia/zh/c/c4/Cathedral-and-the-Bazaar-book-cover.jpg?1635167493419)
85+
86+
---
87+
88+
开源三大力量
89+
90+
1. 个人开发者社区
91+
2. 贡献开源的商业公司
92+
3. 开源基金会
93+
94+
---
95+
96+
中华传统文化缺乏「主动」的基因
97+
98+
---
99+
100+
中国大陆鲜见活跃的「社群」
101+
102+
---
103+
104+
不少人对中国大陆的社群发展
105+
106+
持短期悲观态度
107+
108+
---
109+
110+
过去没有「主动」基因
111+
112+
就不做社群、不做开源了吗?
113+
114+
---
115+
116+
社群本就是锻炼
117+
118+
青年人「主动参与开放式协作」的试验田
119+
120+
---
121+
122+
开源社区、开放式社群是
123+
124+
推动中国开放、包容的有生力量
125+
126+
---
127+
128+
## 开源之成都
129+
130+
![](https://ows.blob.core.chinacloudapi.cn/files/assets/COS_Con_2021_banner_c902bf0206.jpg)

0 commit comments

Comments
 (0)