Metadata-Version: 2.0
Name: wagtailfontawesome
Version: 1.0.0
Summary: Add FontAwesome icons to StreamField.
Home-page: https://github.com/alexgleason/wagtailfontawesome
Author: Alex Gleason
Author-email: alex@alexgleason.me
License: MIT
Keywords: development
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4

Wagtail FontAwesome
====================
Add [FontAwesome](https://github.com/FortAwesome/Font-Awesome) icons to StreamField.

![Screenshot](screenshot.png)

Install
-------
This package is not yet available through pip. To use it now, clone the repo and run:

    npm install && npm run build

Then copy the folder to your project and add `yourapp.wagtailfontawesome` to your installed apps.

Usage
-----
Add FontAwesome icons to StreamField the regular way, just set `icon="fa-something"`. Reference [the full list](http://fontawesome.io/icons/).


