主页
文档
博客指南
更新于:
2026-07-03
快速开始
这个文档项目用于记录博客的配置和发布流程。
写文章
1
npx hexo new post
"文章标题"
本地预览
1
npm run server
生成静态文件
1
npm run build