A Pelican theme based on Bootstrap.
Licensed under the GNU GPL v3
Copyright (c) 2013 John Kristensen (unless explicitly stated otherwise).
Code blocks generated from reStructuredText use the highlight
CSS class for
syntax highlighting, but by default code blocks generated from Markdown use the
codehilight
class. This theme assumes the highlight
class is being used for
syntax highlighting, so if you are generating content from Markdown, you will
need to include the following setting in your pelicanconf.py
file:
MD_EXTENSIONS = ['codehilite(css_class=highlight)']
The original version of the theme is available from GitHub.
Send your questions, comments, patches to John Kristensen [email protected]