hexo-permalink-pinyin

1.1.0 • Public • Published

hexo-permalink-pinyin

NPM version

A Hexo plugin which convert Chinese title to transliterate permalink.

_posts/你今日饮咗未.md => http://your-site/ni-jin-ri-yin-zuo-wei/

Install

npm i hexo-permalink-pinyin --save

Usage

Add configuration in _config.yml

# https://github.com/viko16/hexo-permalink-pinyin 
permalink_pinyin:
  enable: true
  separator: '-' # default: '-' 

Options

permalink_pinyin:
  enable: true             # Enable this plugin 
  separator: '-'           # Separator of the slug, default: '-' 
  exclude: /ignore_post/   # Regex for which post should skip 

License

MIT

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i hexo-permalink-pinyin

    Weekly Downloads

    341

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    3.07 kB

    Total Files

    4

    Last publish

    Collaborators

    • viko16