Skip to content

Commit ca9220c

Browse files
committed
1 parent fb4c1e6 commit ca9220c

File tree

2 files changed

+24
-9
lines changed

2 files changed

+24
-9
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ BASEDIR=$(CURDIR)
22
DOCDIR=$(BASEDIR)/docs
33

44
install:
5-
pip install mkdocs
6-
pip install mkdocs-bootswatch
5+
pip install mkdocs mkdocs-material mkdocs-bootswatch
76

87
link:
98
ln -sf $(BASEDIR)/README.md $(DOCDIR)/index.md

mkdocs.yml

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
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'
824
pages:
925
- "Life is short, you need Python.": "index.md"

0 commit comments

Comments
 (0)