1.1.0 • Published 4 years ago

hexo-tag-fontawesome v1.1.0

Weekly downloads
21
License
MIT
Repository
github
Last release
4 years ago

hexo-tag-fontawesome

A Font Awesome plugin for Hexo

Installation / Usage

Get the plugin via NPM:

npm install hexo-tag-fontawesome

Then, simply add this markup:

{% fa [icon-name] [options…] %}

Note that the second parameter is optional

Examples

Spinning Icons

The following code brings up a spinning icon:

{% fa refresh spin %}

Fixed Width Icons

The following code brings up a fixed width icon:

{% fa home fw %}

More examples at http://fontawesome.io/examples/

1.1.0

4 years ago

1.0.0

8 years ago