X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=coleslaw.post;h=3e8671940bb80da945d6d774eaab160a43a0e3d6;hb=HEAD;hp=7d80e7c8769a4d2a1b45935e4e0773dc041d799d;hpb=4e0c917bef917cfc8cbbe312f4d8b3fa95c79e91;p=blog.git diff --git a/coleslaw.post b/coleslaw.post index 7d80e7c..3e86719 100644 --- a/coleslaw.post +++ b/coleslaw.post @@ -8,7 +8,16 @@ format: md Another year, another blog. Well, in this case I'd already setup another [Coleslaw][coleslaw] instance some time ago, but didn't bother to actually fix some issues. It's still not the best setup, but it's fixable. Removing all -mentions of Quicklisp and all `compile-file` statements would be a start. +mentions of Quicklisp (because in the way it's used it should rather be +replaced by ASDF dependencies) and all `COMPILE-FILE` statements would be a +start (because in my setup the `git` user won't have permissions to write FASL +files in that directory). + +But the point stands: A fix for both of these issues is not obvious. An +additional ASD file for each plugin is a bit wasteful, but probably one of the +better options, apart from the need to register plugins. `COMPILE-FILE` is +more complicated. However maybe not using compilation explicitely would be +enough to fix this in the short run. And it badly needs a theme, any theme, at least something different from the standard one.