A powerful documentation framework on top of MkDocs
先clone本项目到本地
git clone git@github.com: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 一般终端会给出具体地址
Tip
- 🍎如果你想要从0开始创建,可以参考:官方教程 已经写的很详细了。很多特性技巧都在这里
- 🍓使用到的项目参考: https://www.hello-algo.com/
- 🍏官方图标搜索
- 🍑符号大全索引