A Font Awesome plugin for Hexo
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
The following code brings up a spinning icon:
{% fa refresh spin %}
The following code brings up a fixed width icon:
{% fa home fw %}
More examples at http://fontawesome.io/examples/