File tree 2 files changed +24
-9
lines changed
2 files changed +24
-9
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ BASEDIR=$(CURDIR)
2
2
DOCDIR =$(BASEDIR ) /docs
3
3
4
4
install :
5
- pip install mkdocs
6
- pip install mkdocs-bootswatch
5
+ pip install mkdocs mkdocs-material mkdocs-bootswatch
7
6
8
7
link :
9
8
ln -sf $(BASEDIR ) /README.md $(DOCDIR ) /index.md
Original file line number Diff line number Diff line change 1
- site_name : Awesome Python
2
- site_url : https://awesome-python.com
3
- site_description : A curated list of awesome Python frameworks, libraries and software
4
- site_author : Vinta Chen
5
- repo_url : https://github.com/vinta/awesome-python
6
- theme : flatly
7
- google_analytics : ['UA-510626-7', 'auto']
1
+ site_name : ' Awesome Python'
2
+ site_url : ' https://awesome-python.com'
3
+ site_description : ' A curated list of awesome Python frameworks, libraries and software'
4
+ site_author : ' Vinta Chen'
5
+ repo_name : ' vinta/awesome-python'
6
+ repo_url : ' https://github.com/vinta/awesome-python'
7
+ theme : ' material'
8
+ extra :
9
+ feature :
10
+ tabs : false
11
+ palette :
12
+ primary : ' red'
13
+ accent : ' pink'
14
+ social :
15
+ - type : ' github'
16
+ link : ' https://github.com/vinta'
17
+ - type : ' twitter'
18
+ link : ' https://twitter.com/vinta'
19
+ - type : ' linkedin'
20
+ link : ' https://www.linkedin.com/in/vinta'
21
+ google_analytics :
22
+ - ' UA-510626-7'
23
+ - ' auto'
8
24
pages :
9
25
- " Life is short, you need Python. " : " index.md"
You can’t perform that action at this time.
0 commit comments