Skip to content

jamespan/hexo-filter-fancy-underline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexo-filter-fancy-underline

npm npm npm NPM Dependencies

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

About

Play guitar with underlines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published