分类 hexo 下的文章

hexo发布

docker exec -it hexo /bin/bash 

git config --global user.email "[email protected]"
git config --global user.name "xxxx"

# 生成 和 发布
hexo clean && hexo d github

# # 生成 
# hexo g    # hexo generate
#
# # 发布
# hexo d   # hexo deploy