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