基于HEXO的博客项目 https://hexo.io/zh-cn/docs/ 新建文章 $ hexo new [layout] <title> 打包 $ npm run build # 或者 $ yarn build 发布 npm run deploy # 或者 yarn deploy