hexo常用命令 Posted on 2026-06-18 In tools 本地运行 1hexo generate 1hexo server 服务器部署 123hexo cleanhexo d -ghexo deploy 源码提交 1234git checkout -b blog-sourcegit add -Agit commit -m "init blog"git push origin blog-source 参考资料 如何用 Github 搭建博客