aboutsummaryrefslogtreecommitdiffstats
path: root/monospace/README.md
diff options
context:
space:
mode:
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!