aboutsummaryrefslogtreecommitdiffstats
path: root/mnmlist/README.rst
diff options
context:
space:
mode:
authorMathieu Agopian <mathieu.agopian@gmail.com>2012-03-03 09:41:45 +0100
committerMathieu Agopian <mathieu.agopian@gmail.com>2012-03-03 09:41:45 +0100
commit1bcb149edda11531986d0db855529ef123a69d18 (patch)
tree847a6774793b26b1390feec1aaffc86d8ae3f28a /mnmlist/README.rst
parent7c039820c24f7687498e6d3b88e00ccbd45ac1fa (diff)
downloadpelican-themes-1bcb149edda11531986d0db855529ef123a69d18.tar.gz
mnmlist theme
Diffstat (limited to 'mnmlist/README.rst')
-rw-r--r--mnmlist/README.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/mnmlist/README.rst b/mnmlist/README.rst
new file mode 100644
index 0000000..c863513
--- /dev/null
+++ b/mnmlist/README.rst
@@ -0,0 +1,22 @@
+mnmlist
+#######
+
+This is the `mnmlist theme <http://mnmlist.com/theme>`_ adapted for Pelican.
+
+
+Settings
+~~~~~~~~
+
+There's one additional setting used by this theme, if present:
+
+::
+
+ HIDE_DATE = False
+
+If ``HIDE_DATE`` is set to ``True``, dates won't be displayed under the blog post titles.
+
+
+Compass
+~~~~~~~
+
+The ``main.css`` file is generated from the ``compass/src/main.scss`` sass file, using http://compass-style.org/.