mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Templates from the `simple` themes can be used in the other themes using
the `extends` keyword:
{% extends "simple/index.html" %}
This does not affect the behavior of Pelican:, so there is no need to modify
the existing themes.
7 lines
350 B
Text
7 lines
350 B
Text
* Add a way to support pictures (see how sphinx makes that)
|
|
* 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.
|