1.0.3 • Published 8 years ago

hexo-filter-fancy-underline v1.0.3

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

hexo-filter-fancy-underline

npm npm npm NPM Dependencies npm.io

Play guitar with underlines, powered by underline.js.

Instalation

To install hexo-filter-fancy-underline run:

npm install hexo-filter-fancy-underline --save

Usage

By default, it will add class hexo-fancy-underline to all <a> tags with selector .article-entry a, then remove class hexo-fancy-underline from all <a> tags with selector p.article-more-link a, you can change the selector in _config.yml if you like.

fancy_underline:
 enable: true
 underline_selectors:
   - ".article-entry a"
 exclude_selectors:
   - "p.article-more-link a"
 play_sound: true
1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago