Based on docsify.
conda create --name py3912 python=3.9.12
conda activate py3912python new_post.py # new post
python deploy.py # deploy post
python preview.py # preview postcp .auto_deploy.py ~
vim ~/.zshrc
gd="python ~/.auto_deploy.py"
source ~/.zshrc