diff options
author | lwm <luke.murphy@ammeon.com> | 2013-09-22 19:40:34 +0100 |
---|---|---|
committer | lwm <luke.murphy@ammeon.com> | 2013-09-22 19:48:52 +0100 |
commit | 4f4a9c18fd172760a22b31efeb00443a44f08c8f (patch) | |
tree | d4fda80e21bd108b6f215a6fe8cd2cb3e51a40bb /monospace/README.md | |
parent | 3197b676fe9e55fdd5b8ded77200117e62543fd2 (diff) | |
download | pelican-themes-4f4a9c18fd172760a22b31efeb00443a44f08c8f.tar.gz |
added tips to readme, fixed syntax highlighting for markdown
Diffstat (limited to 'monospace/README.md')
-rw-r--r-- | monospace/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/monospace/README.md b/monospace/README.md index 992ce13..155ef5e 100644 --- a/monospace/README.md +++ b/monospace/README.md @@ -4,5 +4,13 @@ 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! |