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!
- Host: GitHub
- URL: https://github.com/chekun/hexo-uuid
- Owner: chekun
- License: mit
- Created: 2016-05-20T10:24:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-28T07:05:02.000Z (over 2 years ago)
- Last Synced: 2024-10-19T01:13:22.833Z (over 1 year ago)
- Topics: hexo, hexo-uuid
- Language: JavaScript
- Size: 555 KB
- Stars: 14
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hexo-uuid
[](https://travis-ci.org/chekun/hexo-uuid) [](http://badge.fury.io/js/hexo-uuid) [](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