File tree 5 files changed +37
-27
lines changed
5 files changed +37
-27
lines changed Original file line number Diff line number Diff line change
1
+ # MacOS
2
+ .DS_Store
3
+
4
+ # for docs
5
+ docs /index.md
6
+ site /
7
+
8
+ # for vscode
9
+ .vscode /
Original file line number Diff line number Diff line change
1
+ site_install :
2
+ pip install mkdocs==0.16.3
3
+ pip install mkdocs-material==1.12.2
4
+
5
+ site_link :
6
+ ln -sf $(CURDIR ) /README.md $(CURDIR ) /docs/index.md
7
+
8
+ site_preview : site_link
9
+ mkdocs serve
10
+
11
+ site_deploy : site_link
12
+ mkdocs gh-deploy --clean
Original file line number Diff line number Diff line change 4
4
5
5
Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的介绍,如果有更详细的中文介绍,对相应开发者的帮助会更大。这也是我们发起这个开源项目的初衷。
6
6
7
- * * *
8
7
9
8
### 我们要做什么?
10
9
@@ -13,20 +12,6 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的
13
12
- 《[ Scrapy:Python 的爬虫框架] ( http://hao.jobbole.com/python-scrapy/ ) 》
14
13
- 《[ Flask:一个使用 Python 编写的轻量级 Web 应用框架] ( http://hao.jobbole.com/flask/ ) 》
15
14
16
- * * *
17
-
18
- ### 如何参与本项目?
19
-
20
- <!-- 从下面的目录来看,本项目的工作量小不了,所以非常期待能有更多程序员一起来参与。
21
-
22
- 不过加入前,有几个小要求:
23
-
24
- * 英文还不错,能读懂英文并用自己的话复述;
25
- * 在用 Python;
26
-
27
- 如有兴趣,请加 QQ:50872495。加 Q 时请注明「Python大全」 -->
28
-
29
- * * *
30
15
31
16
### 如何为列表贡献新资源?
32
17
@@ -39,7 +24,6 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的
39
24
40
25
感谢您的贡献!
41
26
42
- * * *
43
27
44
28
### 本项目的参与者
45
29
@@ -48,17 +32,6 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的
48
32
49
33
注:名单不分排名,不定期补充更新
50
34
51
- * * *
52
-
53
- <!-- ### 奖励计划
54
-
55
- 虽然奖励可能并不是你加入的主要原因,但还是有必要提一下:
56
-
57
- * 整理超过 20 个资源后,可在伯乐在线上开通打赏;
58
- * 每整理 20 个资源,有机会获得技术书籍或各种有意思的创意、极客产品;
59
- * [奖励详情](http://hao.jobbole.com/rewards/)
60
-
61
- * * * -->
62
35
63
36
### 环境管理
64
37
Original file line number Diff line number Diff line change
1
+ site_name : ' Python 资源大全中文版'
2
+ site_url : ' https://github.com/jobbole/awesome-python-cn/'
3
+ site_author : ' jobbole'
4
+ repo_name : ' jobbole/awesome-python-cn/'
5
+ repo_url : ' https://github.com/jobbole/awesome-python-cn/'
6
+ theme : ' material'
7
+ extra :
8
+ feature :
9
+ tabs : false
10
+ primary : ' blue'
11
+ accent : ' blue'
12
+ social :
13
+ - type : ' github'
14
+ link : ' https://github.com/jobbole/awesome-python-cn/'
15
+ pages :
16
+ - " 人生苦短,我用 Python " : " index.md"
You can’t perform that action at this time.
0 commit comments