diff --git a/README.rst b/README.rst index f0b6492d..82a126da 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 6a044f29..858b441c 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 0faaa84a..be9c0569 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ if sys.version_info < (2,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',