here
pip install mkdocs-material
theme: material
git clone https://github.com/squidfunk/mkdocs-material.git
theme: name: null custom_dir: 'path/to/mkdocs-material/material'
Reference: here.
theme: name: 'material' palette: primary: 'green' accent: 'indigo'
theme: logo: 'path/to/logo.png'
Reference: here
theme: logo: icon: 'stars'
theme: favicon: 'path/to/favicon.ico'
The top level only will me translated from vertical menu items to horizontal menu items under the heading.
theme: feature: tabs: true
repo_name: 'my-site' repo_url: 'https://path/to/my/repo'
extra: social: - type: 'twitter' link: 'https://twitter.com/attiegrande'
Reference: here