aboutsummaryrefslogtreecommitdiffstats
path: root/monospace/README.md
diff options
context:
space:
mode:
authorlwm <luke.murphy@ammeon.com>2013-09-22 19:40:34 +0100
committerlwm <luke.murphy@ammeon.com>2013-09-22 19:48:52 +0100
commit4f4a9c18fd172760a22b31efeb00443a44f08c8f (patch)
treed4fda80e21bd108b6f215a6fe8cd2cb3e51a40bb /monospace/README.md
parent3197b676fe9e55fdd5b8ded77200117e62543fd2 (diff)
downloadpelican-themes-4f4a9c18fd172760a22b31efeb00443a44f08c8f.zip
pelican-themes-4f4a9c18fd172760a22b31efeb00443a44f08c8f.tar.gz
pelican-themes-4f4a9c18fd172760a22b31efeb00443a44f08c8f.tar.bz2
added tips to readme, fixed syntax highlighting for markdown
Diffstat (limited to 'monospace/README.md')
-rw-r--r--monospace/README.md8
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!