mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
--HG-- rename : pelican/themes/martyalchin/css/style.css => pelican/themes/martyalchin/static/css/style.css rename : pelican/themes/notmyidea/css/main.css => pelican/themes/notmyidea/static/css/main.css rename : pelican/themes/notmyidea/css/pygment.css => pelican/themes/notmyidea/static/css/pygment.css rename : pelican/themes/notmyidea/css/reset.css => pelican/themes/notmyidea/static/css/reset.css rename : pelican/themes/notmyidea/css/wide.css => pelican/themes/notmyidea/static/css/wide.css rename : pelican/themes/notmyidea/images/icons/delicious.png => pelican/themes/notmyidea/static/images/icons/delicious.png rename : pelican/themes/notmyidea/images/icons/lastfm.png => pelican/themes/notmyidea/static/images/icons/lastfm.png rename : pelican/themes/notmyidea/images/icons/linkedin.png => pelican/themes/notmyidea/static/images/icons/linkedin.png rename : pelican/themes/notmyidea/images/icons/rss.png => pelican/themes/notmyidea/static/images/icons/rss.png rename : pelican/themes/notmyidea/images/icons/twitter.png => pelican/themes/notmyidea/static/images/icons/twitter.png
8 lines
435 B
Text
8 lines
435 B
Text
* Add a way to support pictures (see how sphinx makes that)
|
|
* Find a way to extend the existing templates instead of rewriting all from scratch.
|
|
* Make the program support UTF8-encoded files as input (and later: any encoding?)
|
|
* 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 coffee (or not)
|
|
* Add a sitemap generator.
|