manymanymany-varia-websites/plugins/bootstrap-rst
2018-02-01 14:46:15 +01:00
..
bootstrap adding the 2 submodules again 2018-02-01 14:46:15 +01:00
doc adding the 2 submodules again 2018-02-01 14:46:15 +01:00
__init__.py adding the 2 submodules again 2018-02-01 14:46:15 +01:00
140x140.png adding the 2 submodules again 2018-02-01 14:46:15 +01:00
171x180.png adding the 2 submodules again 2018-02-01 14:46:15 +01:00
300x200.png adding the 2 submodules again 2018-02-01 14:46:15 +01:00
bootstrap.py adding the 2 submodules again 2018-02-01 14:46:15 +01:00
custom.css adding the 2 submodules again 2018-02-01 14:46:15 +01:00
directives.py adding the 2 submodules again 2018-02-01 14:46:15 +01:00
docs-min.css adding the 2 submodules again 2018-02-01 14:46:15 +01:00
LICENSE adding the 2 submodules again 2018-02-01 14:46:15 +01:00
make-glyphicons.py adding the 2 submodules again 2018-02-01 14:46:15 +01:00
Makefile adding the 2 submodules again 2018-02-01 14:46:15 +01:00
page.tmpl adding the 2 submodules again 2018-02-01 14:46:15 +01:00
pygments.css adding the 2 submodules again 2018-02-01 14:46:15 +01:00
README.rst adding the 2 submodules again 2018-02-01 14:46:15 +01:00
roles.py adding the 2 submodules again 2018-02-01 14:46:15 +01:00

Bootstrap RST for Pelican
=========================

This plugin merely adds what little glue is needed to make bootstrap-rst play
nicely with Pelican. All credit goes to **Nicolas P. Rougier**.

It is much more featureful than the 'twitter_bootstrap_rst_directives' plugin.

Usage
-----
Enable the plugin in your `pelicanconf.py`

    PLUGINS = [
        'bootstrap-rst'
    ]

And then use any of the many fine directives made available. Peruse the `doc`
folder for more information.

Bootstrap RST
=============

Bootstrap RST offers an easy access to the `bootstrap <http://getbootstrap.com>`_
framework using the `reStructuredText <http://docutils.sourceforge.net/rst.html>`_
markup language. Bootstrap RST provides a set of new directives and roles (row,
column, button, list, etc.) that allow seamless integration of the bootstrap
framework.  Have a look at the source of this page for example and see below for
what is available so far.

See demo at: `http://rougier.github.io/bootstrap-rst/ <http://rougier.github.io/bootstrap-rst/>`_.

Creators
========

**Nicolas P. Rougier** :

* `http://www.labri.fr/perso/nrougier/ <http://www.labri.fr/perso/nrougier/>`_
* `https://github.com/rougier <https://github.com/rougier>`_

Copyright and License
=====================

Code and documentation copyright 2014 Nicolas P. Rougier.
Code released under the MIT license. Docs released under CC BY 3.0.