README.rst 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. Bootstrap RST for Pelican
  2. =========================
  3. This plugin merely adds what little glue is needed to make bootstrap-rst play
  4. nicely with Pelican. All credit goes to **Nicolas P. Rougier**.
  5. It is much more featureful than the 'twitter_bootstrap_rst_directives' plugin.
  6. Usage
  7. -----
  8. Enable the plugin in your `pelicanconf.py`
  9. PLUGINS = [
  10. 'bootstrap-rst'
  11. ]
  12. And then use any of the many fine directives made available. Peruse the `doc`
  13. folder for more information.
  14. Bootstrap RST
  15. =============
  16. Bootstrap RST offers an easy access to the `bootstrap <http://getbootstrap.com>`_
  17. framework using the `reStructuredText <http://docutils.sourceforge.net/rst.html>`_
  18. markup language. Bootstrap RST provides a set of new directives and roles (row,
  19. column, button, list, etc.) that allow seamless integration of the bootstrap
  20. framework. Have a look at the source of this page for example and see below for
  21. what is available so far.
  22. See demo at: `http://rougier.github.io/bootstrap-rst/ <http://rougier.github.io/bootstrap-rst/>`_.
  23. Creators
  24. ========
  25. **Nicolas P. Rougier** :
  26. * `http://www.labri.fr/perso/nrougier/ <http://www.labri.fr/perso/nrougier/>`_
  27. * `https://github.com/rougier <https://github.com/rougier>`_
  28. Copyright and License
  29. =====================
  30. Code and documentation copyright 2014 Nicolas P. Rougier.
  31. Code released under the MIT license. Docs released under CC BY 3.0.