官方
https://squidfunk.github.io/mkdocs-material/getting-started/
- 安装
pip install mkdocs-material
git clone https://github.com/squidfunk/mkdocs-material.git
pip install -e mkdocs-material
- 编写和发布
mkdocs new .
mkdocs.yml
site_name: My site
site_url: https://mydomain.org/mysite
theme:
name: material
- 调试
mkdocs serve
- 编译
mkdocs build