|
@@ -2,9 +2,11 @@ What about themes? Templates are themes. DUH.
|
2
|
2
|
Plugins? Injection support for HEAD and BODY. What about predicate-based injection?
|
3
|
3
|
|
4
|
4
|
BUGS:
|
5
|
|
-; Generated directories aren't being collected properly.
|
6
|
|
-; 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
|
+; Generated directories aren't being removed properly.
|
7
|
6
|
; Post-receive hook on server doesn't appear to be executing. Invoking manually behaves as expected. What's going on here?
|
|
7
|
+;; Suspect these issues are related. read-symlink doesn't return a directory pathname which causes cl-fad:delete-directory-and-files to blowup. Maybe stop using iolib for symlinks? What is portable?
|
|
8
|
+;;; Propose replacing iolib based symlink code with something that uses DIRECTORY and/or TRUENAME.
|
|
9
|
+; 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).
|
8
|
10
|
|
9
|
11
|
TODO:
|
10
|
12
|
; doc themes and plugins
|