diff options
author | Stéphane Caron <stephane.caron@ens.fr> | 2013-03-20 12:04:11 +0100 |
---|---|---|
committer | Stéphane Caron <stephane.caron@ens.fr> | 2013-03-20 12:04:11 +0100 |
commit | da810104cd033c1dcc25d67f8f09985a415b43b9 (patch) | |
tree | 3ab6f758a1e022e04ebd82bf09691648ecb14107 /nmnlist/README.rst | |
parent | 53d6c4254aa2b4781b850419d63a40527c307d71 (diff) | |
download | pelican-themes-da810104cd033c1dcc25d67f8f09985a415b43b9.tar.gz |
theme variant from mnmlist
Diffstat (limited to 'nmnlist/README.rst')
-rw-r--r-- | nmnlist/README.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/nmnlist/README.rst b/nmnlist/README.rst new file mode 100644 index 0000000..c863513 --- /dev/null +++ b/nmnlist/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/. |