aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorGil Gonçalves <lursty@gmail.com>2013-08-26 21:02:16 +0100
committerGil Gonçalves <lursty@gmail.com>2013-08-26 21:02:16 +0100
commit1fcd80982c71d26b4e7bac45d148c9505b707bdc (patch)
treeb202a65b9b683536c67b7315199e1d4d050b87f0 /README.rst
parentb6bbe3f22bd7122054b5cc3c07b221dc7596b775 (diff)
downloadpelican-themes-1fcd80982c71d26b4e7bac45d148c9505b707bdc.zip
pelican-themes-1fcd80982c71d26b4e7bac45d148c9505b707bdc.tar.gz
pelican-themes-1fcd80982c71d26b4e7bac45d148c9505b707bdc.tar.bz2
Update README.rst
THEME variable has to be absolute; Typo in mnmlist theme name;
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index f6118df..a9d9b34 100644
--- a/README.rst
+++ b/README.rst
@@ -27,14 +27,14 @@ To use one of the themes, edit your Pelican settings file to include this line:
.. code-block:: python
- THEME = "~/pelican-themes/theme-name"
+ THEME = "/home/user/pelican-themes/theme-name"
-So, for instance, to use the ``mnmlst`` theme, you would edit your settings
+So, for instance, to use the ``mnmlist`` theme, you would edit your settings
file to include:
.. code-block:: python
- THEME = "~/pelican-themes/mnmlst"
+ THEME = "/home/user/pelican-themes/mnmlist"
Save the changes to your settings file and then regenerate your site by using
the Makefile you should already have set up using ``pelican-quickstart``: