开发 # 执行开发构建的server hexo s # 创建一篇新文章 hexo new post xx # 创建新页面 hexo new page xx 部署 # 生成构建静态页面 hexo g # 部署到github上 hexo g -d