forked from vinta/awesome-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
25 lines (25 loc) · 675 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
site_name: 'Awesome Python'
site_url: 'https://awesome-python.com'
site_description: 'A curated list of awesome Python frameworks, libraries and software'
site_author: 'Vinta Chen'
repo_name: 'vinta/awesome-python'
repo_url: 'https://github.com/vinta/awesome-python'
theme: 'material'
extra:
feature:
tabs: false
palette:
primary: 'red'
accent: 'pink'
social:
- type: 'github'
link: 'https://github.com/vinta'
- type: 'twitter'
link: 'https://twitter.com/vinta'
- type: 'linkedin'
link: 'https://www.linkedin.com/in/vinta'
google_analytics:
- 'UA-510626-7'
- 'auto'
pages:
- "Life is short, you need Python.": "index.md"