1
0
Fork 0
forked from github/pelican

Little fixes, add ideas too.

This commit is contained in:
Alexis Metaireau 2010-11-20 16:01:17 +00:00
commit ed5e35faeb
3 changed files with 9 additions and 3 deletions

View file

@ -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" ?
------------------------

3
TODO
View file

@ -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.

View file

@ -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',