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