diff options
author | tycho garen <[email protected]> | 2013-07-06 22:31:43 -0400 |
---|---|---|
committer | tycho garen <[email protected]> | 2013-07-06 22:48:12 -0400 |
commit | 431fa0e2d75ca8ddd145bd5db20e50a160772577 (patch) | |
tree | ab26db8db670f96e8669dae6fb8efc47ca598210 /main.go | |
parent | a7f5f97bc2c8941cbe9ade740e3c0e54202d8613 (diff) | |
download | hugo-431fa0e2d75ca8ddd145bd5db20e50a160772577.tar.gz hugo-431fa0e2d75ca8ddd145bd5db20e50a160772577.zip |
changing to suport yaml rather than json and adding optional restructuredtext support
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,10 +14,10 @@ package main import ( + "./hugolib" "flag" "fmt" "github.com/howeyc/fsnotify" - "./hugolib" "net/http" "os" "path/filepath" |