Skip to content

Repcz/Repcz.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributing

  1. 安装 Python 环境
  2. pip 安装依赖
pip install mkdocs-material
  1. 运行本地服务器
mkdocs serve
  1. 如果想要本地打包测试,运行构建命令,会生成 site 目录
mkdocs build