Skip to content

Latest commit

 

History

History
102 lines (70 loc) · 3.07 KB

File metadata and controls

102 lines (70 loc) · 3.07 KB

Overview

docs Documentation Status
tests
Travis-CI Build Status AppVeyor Build Status Requirements Status
Coverage Status
package

embed.ly cards for Pelican blog, version 0.2.0

from the excellent work of https://github.com/josh146/embedly_cards, I just added some options and tests but the layout comes from there.

  • Free software: BSD license

Installation

pip install pelican-embedly

Usage

Create a card with the .. embedly-card:: directive. Options to further customize the card mimics those described in their documentation [1] All you have to do is to use the directove and the keywords in their docs minus the data-card- prefix For instance should you want to use a card with a dark theme aligned to the right, use it this way:

.. embedly-card::
    :align: right
    :theme: dark
[1]http://docs.embed.ly/v1.0/docs/cards

Documentation

https://python-pelican_embedly.readthedocs.io/

Development

To run the all tests run:

tox