A powerful documentation framework on top of MkDocs
先clone本项目到本地
git clone [email protected]:971230/971230.github.io.git
之后按照步骤来做
Important
- 首先要有Python环境,这个项目底层用的是Python,没有它就做不了。
- 执行
python -m venv venv
,创建Python开发虚拟环境 - 激活虚拟环境:
cd venv/Script
之后 运行activate - 退出到根目录,执行
pip install mkdocs-material
和pip install glightbox
安装相关依赖 - 执行 mkdocs serve 启动环境
- 访问 http://127.0.0.1:8000/xxxxx/xxxxxx 一般终端会给出具体地址
如果你想要从0开始创建,可以参考:https://squidfunk.github.io/mkdocs-material/getting-started/ 教程已经写的很详细了。很多特性技巧都在这里
使用到的项目参考: https://www.hello-algo.com/
图标搜索: https://squidfunk.github.io/mkdocs-material/reference/icons-emojis/