mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
8 lines
303 B
Text
8 lines
303 B
Text
* Add a way to support pictures (see how sphinx makes that)
|
|
* Add a way to categorize by paths.
|
|
.
|
|
├── category1
|
|
│ ├── hello-world.rst
|
|
│ └── my-super-article.rst
|
|
* Find a way to extend the existing templates instead of rewriting all from
|
|
scratch.
|