博客地址 初始化 npm i sudo npm i hexo -g 项目启动 hexo server 新建文件 hexo new "My New Post" 提交代码自动更新 git add . git commit -m ‘xx’ git push