summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2010-10-15 14:46:55 +0200
committerJasper Van der Jeugt <jaspervdj@gmail.com>2010-10-15 14:46:55 +0200
commit968789368fe72f4f8a00b2211fe2b43b8faee585 (patch)
tree8aef800f15c11a64b943aec2edf5727c450110f3
parent9d99eda221cb67cb80c5dbd0dfbf3635cfd7cadc (diff)
downloadhakyll-968789368fe72f4f8a00b2211fe2b43b8faee585.tar.gz
Document rsync --checksum
-rw-r--r--examples/hakyll/tutorials/part08.markdown6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/hakyll/tutorials/part08.markdown b/examples/hakyll/tutorials/part08.markdown
index a0615fa..ec27153 100644
--- a/examples/hakyll/tutorials/part08.markdown
+++ b/examples/hakyll/tutorials/part08.markdown
@@ -43,6 +43,12 @@ This means it will be very fast, but it will not pick up _all_ changes.
- It is generally recommended to do a `./hakyll rebuild` before you deploy your
site.
+After rebuilding your site, all files will look as "modified" to the filesystem.
+This means that when you upload your site, it will usually transfer all files --
+this can generate more traffic than necessary, since it is possible that some
+files were not actually modified. If you use `rsync`, you can counter this using
+the `--checksum` option.
+
## Pretty URL's
There is an option in Hakyll to produce pretty URL's, which is disabled by