From 3395e1cb9255a2c5b4101a8040474ec05185decf Mon Sep 17 00:00:00 2001 From: spf13 Date: Thu, 1 May 2014 13:23:32 -0400 Subject: 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. --- commands/hugo.go | 1 + 1 file changed, 1 insertion(+) (limited to 'commands/hugo.go') 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() { -- cgit v1.2.3