aboutsummaryrefslogtreecommitdiffstats
path: root/monospace/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'monospace/README.md')
-rw-r--r--monospace/README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/monospace/README.md b/monospace/README.md
new file mode 100644
index 0000000..a643892
--- /dev/null
+++ b/monospace/README.md
@@ -0,0 +1,18 @@
+==========
+monospace
+==========
+Theme adapted from [monospace for wordpress](http://wordpress.org/themes/monospace)
+Here is a screenshot for your viewing pleasure:
+
+![screengrab](screenshot.png)
+
+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!