Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kazu69/hexo-filter-permalink-normalization

Hexo article permalink unicode normalization pluign
https://github.com/kazu69/hexo-filter-permalink-normalization

hexo normalize permalink

Last synced: 19 days ago
JSON representation

Hexo article permalink unicode normalization pluign

Awesome Lists containing this project

README

        

hexo-filter-permalink-normalization
================

[![Build Status](https://drone.io/github.com/kazu69/hexo-filter-permalink-normalization/status.png)](https://drone.io/github.com/kazu69/hexo-filter-permalink-normalization/latest)

[![npm version](https://badge.fury.io/js/hexo-filter-permalink-normalization.svg)](http://badge.fury.io/js/hexo-filter-permalink-normalization)

This plugin unicode normalize your HEXO article permalink.

## Install

Install using [npm](https://npmjs.org/package/hexo-filter-permalink-normalization).

```
$ npm install hexo-filter-permalink-normalization --save
```
## Option

You can configure this plugin in _config.yml.

```
permalink_normalization:
type: nfc
```

Option type select ```nfc```, ```nfd```, ```nfkc``` and ```nfkd```

## Test

```
npm test
```

## License

MIT © kazu69