Create a new Markdown file such as 2017-01-13-my-post.md in _post folder. Configure YAML Front Matter (stuff between ---):
---
layout: post # needs to be post
title: Getting Started with Sleek # title of your post
featured-img: sleek #optional - if you want you can include hero image
---
- 与文章头部的
featured-img
匹配 - 上传到
_img
文件夹中 - 运行
gulp img
生成优化版本及缩略图