-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
42 lines (30 loc) · 1.24 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Introduction
============
|Build Status|
This is **pelicanfly**, a plugin for `Pelican <http://docs.getpelican.com/>`__
that lets you type things like ``i ♥ :fa-coffee:`` in your `Markdown
<http://daringfireball.net/projects/markdown/>`__ documents and have it come
out as little `Font Awesome <http://fontawesome.io/>`__ icons in the browser.
It provides a minimal extension to Markdown and a plugin for Pelican.
The Pelican plugin hacks in some static assets to make this work with
Pelican "out of the box". If you just want the Markdown extension, it is
available
`separately <http://bmcorser.github.com/markdown-fontawesome/>`__.
Installation
============
It's not hard, just install via pip:
.. code:: bash
(env)$ pip install pelicanfly
Then add to your Pelican settings, under ``PLUGINS`` as follows:
.. code:: python
PLUGINS = [
# ...
'pelicanfly',
# ...
]
If you have followed these steps correctly, next time you build your
Pelican blog, pelicanfly will do its magic and convert all the
``:fa-heart:`` style tags into proper nice little Font Awesome icons.
Job done!
.. |Build Status| image:: https://travis-ci.org/bmcorser/pelicanfly.png?branch=master
:target: https://travis-ci.org/bmcorser/pelicanfly