Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 699 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 699 Bytes

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