diff --git a/src/coleslaw.lisp b/src/coleslaw.lisp index e35129b..1517c66 100644 --- a/src/coleslaw.lisp +++ b/src/coleslaw.lisp @@ -49,7 +49,6 @@ "By default, do nothing" (declare))) - (defun update-symlink (path target) "Update the symlink at PATH to point to TARGET." (run-program "ln -sfn ~a ~a" target path)) diff --git a/src/config.lisp b/src/config.lisp index ac65ca8..997e4db 100644 --- a/src/config.lisp +++ b/src/config.lisp @@ -21,7 +21,7 @@ (:default-initargs :feeds nil :license nil - :plugins nil + :plugins '((rsync "--delete")) :sitenav nil :excerpt-sep "" :charset "UTF-8"