diff --git a/README.md b/README.md new file mode 100644 index 0000000..e1fd77d --- /dev/null +++ b/README.md @@ -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. diff --git a/TODO b/TODO index 4a7443f..ad2e5f8 100644 --- a/TODO +++ b/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.