|
@@ -287,6 +287,8 @@ Imagine a executable `coleslaw`, the commands would be invoked like this: `coles
|
287
|
287
|
* `site` is the same as `post` but for static site (should we add this?)
|
288
|
288
|
* `deploy`/`upload` does upload the files from `output-dir` to your (configured) webserver using rsync (?). Takes:
|
289
|
289
|
* `--dir`: If not supplied `.` is used
|
|
290
|
+* `git-deploy` adds the post-receive hook to a git repo specified with `--dir`
|
|
291
|
+* `serve` starts a hunchentoot serving the blog locally
|
290
|
292
|
|
291
|
293
|
### Plugin Constraints
|
292
|
294
|
|