summaryrefslogtreecommitdiffstats
path: root/commands/hugo.go
diff options
context:
space:
mode:
authorspf13 <steve.francia@gmail.com>2014-05-01 13:23:32 -0400
committerspf13 <steve.francia@gmail.com>2014-05-01 13:23:32 -0400
commit3395e1cb9255a2c5b4101a8040474ec05185decf (patch)
tree2f9728d5b73310adca32ada4af604907c8c12d21 /commands/hugo.go
parent859a78e1bda04bcaad11aa022d792d419e2ad769 (diff)
Adding a command that enables converting site to a different metadata format.
Doing this revealed some bugs in the encoding functionality in some of the underlying libraries. Please backup before using.
Diffstat (limited to 'commands/hugo.go')
-rw-r--r--commands/hugo.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/hugo.go b/commands/hugo.go
index c5393e90f..fe5642334 100644
--- a/commands/hugo.go
+++ b/commands/hugo.go
@@ -61,6 +61,7 @@ func AddCommands() {
HugoCmd.AddCommand(version)
HugoCmd.AddCommand(check)
HugoCmd.AddCommand(benchmark)
+ HugoCmd.AddCommand(convertCmd)
}
func init() {