Add README.md and update TODO

This commit is contained in:
Cassowary 2019-04-14 18:30:46 -07:00
parent 43d40f7fce
commit a9730efec9
2 changed files with 13 additions and 0 deletions

5
README.md Normal file
View File

@ -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
View File

@ -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.