Flexible Lisp Blogware. Fork for personal use. Mirrored from https://github.com/kingcons/coleslaw originally.

TODO 678B

12345678910111213
  1. What about themes? Templates are themes. DUH.
  2. Plugins? Injection support for HEAD and BODY. What about predicate-based injection?
  3. BUGS:
  4. ; Slugs aren't unicode safe. See [reddit discussion](http://www.reddit.com/r/lisp/comments/yvh6g/coleslaw_jekylllike_static_blogware_in_500_lines/) and [mozilla code](https://github.com/mozilla/unicode-slugify/blob/master/slugify/__init__.py).
  5. TODO:
  6. ; figure out how to make render-page support predicate based injections. -> 0.7
  7. ; doc themes and plugins, disqus and s3. -> 0.8
  8. ; unit tests -> 0.9
  9. ; Incremental compilation: only "touched" posts+tags+months and by-n. -> 1.0
  10. ;; possible plugins: analytics, logging/monitoring, crossposting