Skip to content

xhqing/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog Repo

Based on docsify.

Blog Address

https://xhqing.github.io/blog

Python Environment

conda create --name py3912 python=3.9.12
conda activate py3912

Useful Commands

python new_post.py    # new post
python deploy.py      # deploy post
python preview.py    # preview post

Auto Deployment Setting

cp .auto_deploy.py ~
vim ~/.zshrc
gd="python ~/.auto_deploy.py"
source ~/.zshrc

Releases

No releases published

Packages

No packages published