0.1.1 • Published 8 years ago

hexo-filter-russify v0.1.1

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

hexo-filter-russify

Custom filter for hexo blog to change color and font of selected Cyrillic text

This extends the Hexo blogging system with a filter that converts text demarcated by double pipes || to a new span with custom markup.

For example, ||мой, твой, его, её, наш, ваш, их|| will be rendered as:

Rendered output

##Installation

$ npm install hexo-filter-russify --save

In your theme css, implement the Cyrillic markup for the span:

span.rsb {
    font-family: Georgia,serif;
    color: #B30000;
    font-weight: bold;
}

##Usage

Anything that you want rendered in this fashion, enclose in double pipes as above.

0.1.1

8 years ago

0.1.0

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago