Skip to content

euri10/python-pelican_embedly

Repository files navigation

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

About

Use embed.ly cards in Pelican log

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages