0.1.1 • Published 10 years ago

hexo-filter-russify v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
10 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

10 years ago

0.1.0

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago