From a9730efec9a6b875157a280040ec50e5a19c6c78 Mon Sep 17 00:00:00 2001 From: Cas Rusnov Date: Sun, 14 Apr 2019 18:30:46 -0700 Subject: [PATCH] Add README.md and update TODO --- README.md | 5 +++++ TODO | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 README.md 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.