Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kazu69/hexo-filter-permalink-normalization
- Owner: kazu69
- Created: 2015-06-27T11:52:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-31T21:39:15.000Z (over 7 years ago)
- Last Synced: 2024-09-29T14:05:51.215Z (about 1 month ago)
- Topics: hexo, normalize, permalink
- Language: JavaScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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
```
## OptionYou 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