forked from github/pelican
Little fixes, add ideas too.
This commit is contained in:
parent
0e95084649
commit
ed5e35faeb
3 changed files with 9 additions and 3 deletions
|
|
@ -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
3
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.
|
||||
|
|
|
|||
2
setup.py
2
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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue