Add README.md and update TODO
This commit is contained in:
parent
43d40f7fce
commit
a9730efec9
|
@ -0,0 +1,5 @@
|
|||
# Pixywerk #
|
||||
|
||||
PixyWerk2 is a site compiler engineered like a metadata-based CMS with a template rendering system. Underneath it uses
|
||||
Jinja2 templates to provide programmability, and a structured metadata system, along with processors to convert
|
||||
user-friendly files such as Markdown and RST into HTML with templates.
|
8
TODO
8
TODO
|
@ -1 +1,9 @@
|
|||
# TODO #
|
||||
|
||||
* Pygments pretty printing of source code et al. including exposing that to the template API.
|
||||
* Smart CSS things (fill in the processors)
|
||||
* Document all of the internally generated and "expected" metadata keys.
|
||||
|
||||
# Maybe #
|
||||
|
||||
* Library of template modules? ATOM et al.
|
||||
|
|
Loading…
Reference in New Issue