URI: 
       Merge branch 'master' of github.com:spf13/hugo - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 0e57fcc9c2b161c837207d915018d52f9c573da5
   DIR parent 783f0d615486314f84d1c25941e5975bb2afdf73
  HTML Author: spf13 <steve.francia@gmail.com>
       Date:   Tue,  6 Aug 2013 01:10:10 +0200
       
       Merge branch 'master' of github.com:spf13/hugo
       
       Diffstat:
         M .gitignore                          |       1 +
         M docs/content/doc/usage.md           |       2 +-
       
       2 files changed, 2 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/.gitignore b/.gitignore
       @@ -2,3 +2,4 @@ hugo
        docs/public*
        hugo.exe
        *.swp
       +.DS_Store
   DIR diff --git a/docs/content/doc/usage.md b/docs/content/doc/usage.md
       @@ -37,7 +37,7 @@ immediately, tell Hugo to watch for changes. **It will
        recreate the site faster than you can tab over to
        your browser to view the changes.**
        
       -    $ hugo --source ~/mysite --watch
       +    $ hugo -s ~/mysite --watch
               Watching for changes. Press ctrl+c to stop
               15 pages created
               0 tags created