diff --git a/mkdocs.yml b/mkdocs.yml index c99c6f25..67a0373a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,25 +1,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' +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: - name: 'material' + name: material palette: - primary: 'red' - accent: 'pink' + primary: red + accent: pink extra: social: - - type: 'github' - link: 'https://github.com/vinta' - - type: 'twitter' - link: 'https://twitter.com/vinta' - - type: 'linkedin' - link: 'https://www.linkedin.com/in/vinta' + - 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' + - UA-510626-7 + - auto extra_css: - css/extra.css nav: