diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ikiwiki.setup | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index 0094bcb2a..2c9b02071 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -90,6 +90,11 @@ use IkiWiki::Setup::Standard { # wrapper => "/git/wiki.git/hooks/post-update", # wrappermode => "06755", #}, + #{ + # # The monotone netsync hook. + # wrapper => "path/to/root/of/workspace/_MTN/ikiwiki-netsync-hook", + # wrappermode => "06755", + #}, ], # Default to generating rss feeds for blogs? |