jzztf / notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mkdocs

install pipenv and mkdocs

pipenv install  # 根据pipfile安装所需包
pipenv shell  # 进入虚拟环境
# pip install mkdocs  # 安装mkdocs
mkdocs serve  # 本地运行
mkdocs gh-deploy  # 推送gh-pages分支到github

About