An open API service indexing awesome lists of open source software.

https://github.com/chekun/hexo-uuid

Give your post an uuid!
https://github.com/chekun/hexo-uuid

hexo hexo-uuid

Last synced: about 1 year ago
JSON representation

Give your post an uuid!

Awesome Lists containing this project

README

          

# hexo-uuid

[![Build Status](https://travis-ci.org/chekun/hexo-uuid.svg?branch=master)](https://travis-ci.org/chekun/hexo-uuid) [![NPM version](https://badge.fury.io/js/hexo-uuid.svg)](http://badge.fury.io/js/hexo-uuid) [![Coverage Status](https://img.shields.io/coveralls/chekun/hexo-uuid.svg)](https://coveralls.io/r/chekun/hexo-uuid?branch=master)

UUID plugin for [Hexo](http://hexo.io/).

[Hexo-UUID: https://chekun.me/post/hexo-uuid](https://chekun.me/post/hexo-uuid)

## Installation

``` bash
$ npm install hexo-uuid --save
```

> This Plugin use es6 syntax, make sure your node support it.

## Usage

After installation, when you `hexo new whatever-your-title-is`, your post/page markdown file will have a uuid attribute, like below:

```
---
uuid: 2f2dd790-1e71-11e6-95e1-ffc09ba0b003
title: I love Hexo!
date: 2016-05-20 16:20
---
```

## License

MIT