Hexo博客笔记书写Front-matter参数大全
Hexo博客笔记书写Front-matter参数大全
常见Front-matter
1  | ---  | 
参数说明
- title 文章标题
 - date 文章发布时间
 - author 文章作者
 - img 标题图片
 - top 是否置顶true为置顶
 - hide 是否隐藏文章true为隐藏
 - published 是否公开文章false为不公开
 
Quick Start
Create a new post
1  | $ hexo new "My New Post"  | 
More info: Writing
Run server
1  | $ hexo server  | 
More info: Server
Generate static files
1  | $ hexo generate  | 
More info: Generating
Deploy to remote sites
1  | $ hexo deploy  | 
More info: Deployment
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 长白崎の个人博客!
 评论











