hexo-filter-permalink-normalization
v0.0.6
Published
hexo filter plugin. Permalink normalization.
Downloads
6
Maintainers
Readme
hexo-filter-permalink-normalization
This plugin unicode normalize your HEXO article permalink.
Install
Install using npm.
$ 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