经常性的有书写技术文档和教程的需要
个人不太喜欢 把数据托管到第三方平台,包括在博客园的投稿 基本也是为了备份
mkdocs-material 使用Python 开发的文档书写工具,完美满足需求,界面美观 适应多设备
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple mkdocs mkdocs-material
mkdocs serve
mkdocs new test
theme:
name: material
features:
- navigation.footer
- content.code.copy
- navigation.top # 一键回顶部