Ver código fonte

added some more commands

lukasepple 10 anos atrás
pai
commit
e52a9765a5
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      docs/hacking.md

+ 2 - 0
docs/hacking.md

@@ -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