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