Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.03 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.03 KB

bootstrap-jerrykan

A Pelican theme based on Bootstrap.

Licensed under the GNU GPL v3

Copyright (c) 2013 John Kristensen (unless explicitly stated otherwise).

Screenshot

Screenshot

Notes

Syntax Highlighting

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)']

Code

The original version of the theme is available from GitHub.

Contact

Send your questions, comments, patches to John Kristensen john@jerrykan.com