Skip to content

Generate hexo-front-matter in atom for markdown file.

License

Notifications You must be signed in to change notification settings

humbinal/hexo-front-matter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Generate hexo-front-matter in atom for markdown file.

Resources

License

Stars

Watchers

Forks

Packages

No packages published