added rsync to the initial coleslawrc written by setup

This commit is contained in:
Masataro Asai 2019-10-27 14:59:54 -04:00
parent dd53a77595
commit a91dcc8075

View file

@ -43,6 +43,8 @@
(sitemap) (sitemap)
(static-pages) (static-pages)
; (versioned) ;; *Remove comment to enable symlinked, timestamped deploys. ; (versioned) ;; *Remove comment to enable symlinked, timestamped deploys.
;; default deploy method is rsync
(rsync \"-avz\" \"--delete\" \"--exclude\" \".git/\" \"--exclude\" \".gitignore\" \"--copy-links\")
) )
:sitenav ((:url \"http://~a.github.com/\" :name \"Home\") :sitenav ((:url \"http://~a.github.com/\" :name \"Home\")
(:url \"http://twitter.com/~a\" :name \"Twitter\") (:url \"http://twitter.com/~a\" :name \"Twitter\")