From e52a9765a55a29718fa5ec109c44c312419032bb Mon Sep 17 00:00:00 2001 From: lukasepple Date: Mon, 8 Dec 2014 16:18:46 +0100 Subject: [PATCH] added some more commands --- docs/hacking.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/hacking.md b/docs/hacking.md index c1b0ca7..1890b7d 100644 --- a/docs/hacking.md +++ b/docs/hacking.md @@ -287,6 +287,8 @@ Imagine a executable `coleslaw`, the commands would be invoked like this: `coles * `site` is the same as `post` but for static site (should we add this?) * `deploy`/`upload` does upload the files from `output-dir` to your (configured) webserver using rsync (?). Takes: * `--dir`: If not supplied `.` is used +* `git-deploy` adds the post-receive hook to a git repo specified with `--dir` +* `serve` starts a hunchentoot serving the blog locally ### Plugin Constraints