官网
准备工作
npm install hexo-cli -g
hexo init hexo-blog
cd blog
npm install
hexo server
Hexo 的 Front-matter
[Front-matter | Hexo](https://hexo.io/zh-cn/docs/front-matter) |
发布配置
npm install hexo-cli -g
hexo init hexo-blog
cd blog
npm install
hexo server
[Front-matter | Hexo](https://hexo.io/zh-cn/docs/front-matter) |