Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c56f3b6

Browse files
committed
update mkdocs.yml
1 parent 97dd417 commit c56f3b6

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

mkdocs.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +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_name: 'vinta/awesome-python'
6-
repo_url: 'https://github.com/vinta/awesome-python'
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
77
theme:
8-
name: 'material'
8+
name: material
99
palette:
10-
primary: 'red'
11-
accent: 'pink'
10+
primary: red
11+
accent: pink
1212
extra:
1313
social:
14-
- type: 'github'
15-
link: 'https://github.com/vinta'
16-
- type: 'twitter'
17-
link: 'https://twitter.com/vinta'
18-
- type: 'linkedin'
19-
link: 'https://www.linkedin.com/in/vinta'
14+
- type: github
15+
link: https://github.com/vinta
16+
- type: twitter
17+
link: https://twitter.com/vinta
18+
- type: linkedin
19+
link: https://www.linkedin.com/in/vinta
2020
google_analytics:
21-
- 'UA-510626-7'
22-
- 'auto'
21+
- UA-510626-7
22+
- auto
2323
extra_css:
2424
- css/extra.css
2525
nav:

0 commit comments

Comments
 (0)