|
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 |
7 | 7 | theme: |
8 | | -name:'material' |
| 8 | +name:material |
9 | 9 | palette: |
10 | | -primary:'red' |
11 | | -accent:'pink' |
| 10 | +primary:red |
| 11 | +accent:pink |
12 | 12 | extra: |
13 | 13 | 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 |
20 | 20 | google_analytics: |
21 | | - -'UA-510626-7' |
22 | | - -'auto' |
| 21 | + -UA-510626-7 |
| 22 | + -auto |
23 | 23 | extra_css: |
24 | 24 | -css/extra.css |
25 | 25 | nav: |
|