dArignac / pelican-theme-bootstrap3

Bootstrap 3 based theme for Pelican
MIT License
1 stars 0 forks source link
bootstrap pelican pelican-plugins theme

pelican-theme-bootstrap3

Bootstrap 3 based theme for Pelican. Used on my blog - feel free to copy and adjust. Texts are English.

Usage

Download the latest release, extract and put the bootstrap3 folder somewhere and point the THEME setting in your pelicanconf.py to this place. For example:

# THEME = '/home/me/pelican/bootstrap3/'

Also configure the Jinja2 extension "with":

# JINJAEXTENSIONS = ['jinja2.ext.with']

Code highlighting

Pelican comes with pygments for syntax highlighting. I do not want to always include the pygments css files, so it is only included if a post has the tag code (works on all pages).

Plugin usage

Theme uses the following plugins:

For configuration see next chapter.

Configuration

There are some minor configurations available (set within pelicanconf.py):

Release log