hexo-front-matter
Generate hexo-front-matter in atom for markdown file.
humbinal 431 1 0.3.5 MIT GitHub

hexo-front-matter package

This package will insert the Hexo Front-matter into your cursor position.

Text as follows:

	---
	title: article   //hexo post title
	date: 2016-07-24 17:24:39  //date for hexo
	id: 1469352279  //data's timestamp,for hexo permalink is SEO friendly,you should config the '_config.yml' file like this: permalink: post/:id.html
	tags:
	  - untagged  //tag name
	categories:
	  - uncategorized  //category name
	keywords: keyword1,keyword2   //keyword or keywords split by comma
	description: description   //article's description
	---

A screenshot about the package