自用学习笔记,基于 vitepress,包含
- JavaScript✡️ 基础
- Python🐍 基础
安装依赖
# 用于本地伺服器的运行和文档构建
pnpm i
# 用于文档格式化 **记得先进入虚拟环境**
pip install -r requirements.txt
脚手架命令
# serve with hot reload at localhost:5173
pnpm docs:dev
# build for production with minification
pnpm docs:build
# format all documents **记得先进入虚拟环境**
mdformat docs
可以将配置文件中的base: '/nanarinonote/'
改为base: '/'
封面
博客