Easily embed FontAwesome icons in your RST
Project description
Pelican FontAwesome allows you to embed FontAwesome icons in your RST documents.
Installation
To install pelican-fontawesome, simply install it from PyPI:
$ pip install pelican-fontawesome
Then enabled it in your pelicanconf.py
PLUGINS = [
# ...
'pelican_fontawesome',
# ...
]
Include the FontAwesome CSS in your base template.
<link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
Usage
In your article or page, you simply need to add a line to embed you video.
:fa:`fa-github`
Which will result in:
<span class="fa fa-github"></span>
License
MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for pelican-fontawesome-0.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15b369c8cd1dce9e3471c4bcdde6fd89ad88ebff166e5854503555b6a523e026 |
|
MD5 | 6cc22cfa6aea677d9d6e151b4cb16554 |
|
BLAKE2b-256 | 4cd2e83035a8239fa6536a56136f9d35a304d4ca0e7aab4d1537907f07e7ab1b |
Close
Hashes for pelican_fontawesome-0.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49672ba99b7d93e78f9800789b3c9673c62f4930bf47cd7823dbb2bfa1ef1914 |
|
MD5 | ee576ba87c863cb34ce5ed6681eebb5f |
|
BLAKE2b-256 | 945563ba5ab067016d813d571cc82d878ce5874ffc7e71c2a14add7ac12b9ae3 |