From ed5e35faeb9408e3eeb3ebbfa87129278dc0f446 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sat, 20 Nov 2010 16:01:17 +0000 Subject: [PATCH] Little fixes, add ideas too. --- README.rst | 7 ++++++- TODO | 3 ++- setup.py | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index f0b6492db..82a126da7 100644 --- a/README.rst +++ b/README.rst @@ -111,7 +111,7 @@ Themes * notmyidea * default -* martylachin +* martyalchin You can define your own theme too, and specify it's emplacement in the same way. @@ -125,6 +125,11 @@ The `notmyidea` theme can make good use of the following settings: you want to put under "social" * `GOOGLE_ANALYTICS` = 'UA-XXXX-YYYY' to activate google analytics. +In addition, you can use the "wide" version of the `notmyidea` theme, by +adding that in your configuration:: + + CSS_FILE = "wide.css" + Why the name "Pelican" ? ------------------------ diff --git a/TODO b/TODO index 6a044f298..858b441cd 100644 --- a/TODO +++ b/TODO @@ -6,4 +6,5 @@ * Add status support (draft, published, hidden) * Add a serve + automatic generation behaviour. * Recompile only the changed files, not all. -* Add a way to make the cofee (it's really something useful) +* Add a way to make the coffee (or not) +* Add a sitemap generator. diff --git a/setup.py b/setup.py index 0faaa84a1..be9c05691 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name = "pelican", - version = '2.4.5', + version = '2.5.0', url = 'http://alexis.notmyidea.org/pelican/', author = 'Alexis Metaireau', author_email = 'alexis@notmyidea.org',