File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ BASEDIR=$(CURDIR)
22DOCDIR =$(BASEDIR ) /docs
33
44install :
5- pip install mkdocs
6- pip install mkdocs-bootswatch
5+ pip install mkdocs mkdocs-material mkdocs-bootswatch
76
87link :
98 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'
824pages :
925 - " Life is short, you need Python. " : " index.md"
You can’t perform that action at this time.
0 commit comments