1.0.0 • Published 6 years ago

hexo-permalink-invalid-char v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

hexo-permalink-invalid-char

A Hexo plugin which convert invalid chars to custom separator.

_posts/C#简介.md => http://your-site/C_简介/

Install

npm i hexo-permalink-invalid-char --save

Usage

Add configuration in _config.yml

# https://github.com/wayneshao/hexo-permalink-invalid-char
permalink_invalid_char:
  enable: true
  separator: '_' # default: '_'

Options

permalink_invalid_char:
  enable: true    # Enable this plugin
  separator: '_'  # Separator of the invalid char replaced, default: '_'

License

MIT

1.0.0

6 years ago