as requested (Im not sure)
This commit is contained in:
parent
774a29a372
commit
eacc598930
2 changed files with 1 additions and 2 deletions
|
@ -49,7 +49,6 @@
|
||||||
"By default, do nothing"
|
"By default, do nothing"
|
||||||
(declare)))
|
(declare)))
|
||||||
|
|
||||||
|
|
||||||
(defun update-symlink (path target)
|
(defun update-symlink (path target)
|
||||||
"Update the symlink at PATH to point to TARGET."
|
"Update the symlink at PATH to point to TARGET."
|
||||||
(run-program "ln -sfn ~a ~a" target path))
|
(run-program "ln -sfn ~a ~a" target path))
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
(:default-initargs
|
(:default-initargs
|
||||||
:feeds nil
|
:feeds nil
|
||||||
:license nil
|
:license nil
|
||||||
:plugins nil
|
:plugins '((rsync "--delete"))
|
||||||
:sitenav nil
|
:sitenav nil
|
||||||
:excerpt-sep "<!--more-->"
|
:excerpt-sep "<!--more-->"
|
||||||
:charset "UTF-8"
|
:charset "UTF-8"
|
||||||
|
|
Loading…
Add table
Reference in a new issue