Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JamesPan/hexo-ruby-character
Ruby charater tag for Hexo
https://github.com/JamesPan/hexo-ruby-character
Last synced: 3 months ago
JSON representation
Ruby charater tag for Hexo
- Host: GitHub
- URL: https://github.com/JamesPan/hexo-ruby-character
- Owner: jamespan
- License: mit
- Archived: true
- Created: 2015-06-21T04:54:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-23T06:27:58.000Z (almost 9 years ago)
- Last Synced: 2024-07-22T15:43:47.825Z (4 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 95
- Watchers: 6
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hexo-ruby-character #
[![npm](https://img.shields.io/npm/v/hexo-ruby-character.svg)](https://npmjs.org/package/hexo-ruby-character)
[![npm](https://img.shields.io/npm/dm/hexo-ruby-character.svg)](https://npmjs.org/package/hexo-ruby-character)
[![npm](https://img.shields.io/npm/dt/hexo-ruby-character.svg)](https://npmjs.org/package/hexo-ruby-character)
[![npm](https://img.shields.io/npm/l/hexo-ruby-character.svg)](https://npmjs.org/package/hexo-ruby-character)Ruby character tag for Hexo, inspired by the [Ruby template](http://zh.moegirl.org/Template:Ruby) of [萌娘百科](http://zh.moegirl.org).
## Install ##
```
npm install hexo-ruby-character --save
```## Usage ##
`{% ruby Base|top %}` → Base (top)
Specifically, if the top field is in Chinese characters, it while be converted to Chinese pinyin, because the pinyin chatater with heads are not easy to type.
Followings are the examples.
`{% ruby 佐天泪子|掀裙狂魔 %}` → 佐天泪子 (xiān qún kuáng mó)
Other languages like Japanese is also supported.
`{% ruby 超電磁砲|レールガン %}` → 超電磁砲 (レールガン)
## Known issues ##