aboutsummaryrefslogtreecommitdiffstats
path: root/monospace/README.md
blob: 155ef5eeeb0cdb20333df092b7e2bcb48cd64300 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
==========
monospace
==========
Theme adapted from [monospace for wordpress](http://wordpress.org/themes/monospace)
Here is a [screengrab](https://github.com/lwm/pelican-themes/blob/master/monospace/screenshot.png) for your viewing pleasure.

If you are using ``Markdown`` you need to include the following option in your ``pelicanconf.py`` for syntax highlighting.

    MD_EXTENSIONS = ['codehilite(css_class=codehilite code)']

Also, you might want to include the ``DESCRIPTION`` option (it appears in the left sidebar):

    DESCRIPTION = 'My blog and stuff ...'

Nice and simple, 
Enjoy!