pelican-bootstrap-figures

Bootstrap figures for Pelican


Keywords
pelican, pelican-plugins, pelican-static-site-generator, python
License
MIT
Install
pip install pelican-bootstrap-figures==1.0.1

Documentation

Bootstap figures plugin for Pelican

A Pelican plugin that creates a Bootstrap figure element with figure caption (right aligned) out of images.

Installation

pip install pelican-bootstrap-figures

Configuration

Enable the plugin in your pelicanconf.py.

PLUGINS = [ 'pelican_bootstrap_figures' ]